新增 绑定鉴权卡需密钥

This commit is contained in:
Lemon
2023-03-28 14:31:31 +08:00
parent 515cfe869f
commit 358ece2923
13 changed files with 92 additions and 5 deletions

View File

@@ -129,6 +129,8 @@ public enum ReturnCodeEnum {
CODE_THIS_CARD_NOT_BIND_USER("00600002", "此卡未绑定用户!"),
CODE_THIS_CARD_HAS_BEEN_BINDING("00600003", "此卡已被绑定!"),
CODE_SECRET_KEY_NOT_SAME("00600004", "密钥错误,请检查!"),
;
private String value;