意向金 加盟费 合同签约增加修改

This commit is contained in:
shuo.wang
2024-10-31 17:08:10 +08:00
parent 88381ccb8f
commit 7cc854b59c
10 changed files with 120 additions and 17 deletions

View File

@@ -33,6 +33,7 @@ public enum ErrorCodeEnum {
*/
TOKEN_ERROR(2000001,"请求异常,与当前登录企业不匹配",null),
FAIL(400000, "FAIL", null),
WX_ACCESS_TOKEN_INVALID(400001, "WX_Invalid token", null),
ACCESS_TOKEN_INVALID(400005, "Invalid token", null),
PARAMS_VALIDATE_ERROR(400003, "参数校验失败!", null),
LOGIN_ERROR(400004, "登录失败", null),