mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 11:05:18 +08:00
udpate 个人桩绑定时校验桩类型
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user