udpate 个人桩绑定时校验桩类型

This commit is contained in:
Lemon
2023-03-16 11:18:10 +08:00
parent e28093012b
commit e8f425221b
2 changed files with 13 additions and 5 deletions

View File

@@ -121,6 +121,8 @@ public enum ReturnCodeEnum {
CODE_PILE_NOT_INFO("00400012", "未查到该该桩的信息,请检查!"),
CODE_SECRET_KEY_ERROR("00400013", "填写的桩密钥有误,请检查!"),
CODE_THIS_PILE_NOT_PERSONAL_PILE("00400014", "此桩不是个人桩!"),
;
private String value;