update 预约充电

This commit is contained in:
Guoqs
2024-05-30 15:27:55 +08:00
parent 39d7eb40c3
commit e0b3ff3210
2 changed files with 4 additions and 1 deletions

View File

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