update 会员钱包

This commit is contained in:
2023-11-21 15:52:07 +08:00
parent a590682d5a
commit 820fb203e1
3 changed files with 30 additions and 8 deletions

View File

@@ -6,6 +6,8 @@ public enum ReturnCodeEnum {
*/
CODE_SUCCESS("00100000", "操作成功"),
CODE_PERMISSION_DENIED("00100001", "没有操作权限"),
CODE_TOKEN_ERROR("00100002", "身份验证失败,请重新登录"),
CODE_PARAM_NOT_NULL_ERROR("00100003", "参数不能为空"),