新增 后管生成个人桩时,生成密钥逻辑,并且绑定个人桩时增加密钥校验

This commit is contained in:
DESKTOP-D9QDT1P\JS-ZZA
2023-03-13 17:01:07 +08:00
parent 14c95a68c5
commit db31e0679b
7 changed files with 61 additions and 6 deletions

View File

@@ -15,6 +15,11 @@ public class PileMemberBindingDTO {
*/
private String pileSn;
/**
* 个人桩密钥
*/
private String secretKey;
/**
* 手机号
*/