| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- # ========== 系统 ==========
- 0=Successful
- # ========== 客户端错误段 ==========
- 400=incorrect request parameters
- 401=account not logged in
- 403=no permission for this operation
- 404=request not found
- 405=incorrect request method
- 423=request failed, please try again later # concurrent request, not allowed
- 429=request too frequent, please try again later
- # ========== 服务端错误段 ==========
- 500=system abnormality
- 501=function not implemented/not enabled
- 502=incorrect configuration item
- # ========== 自定义错误段 ==========
- 900=duplicate request, please try again later # duplicate request
- 901=demonstration mode, write operation prohibited
- 999=unknown error
- # ========== 公共配置 1_110_000_000 ==========
- 1_110_000_001=Status cannot be empty
- 1_110_000_002=id cannot be empty
- 1_110_000_003=User ID cannot be empty
- # ========== 积分规则配置 1_110_001_000 ==========
- 1_110_001_001=Integral rule configuration does not exist
- 1_110_001_002=Event address cannot be empty
- 1_110_001_003=No rule type selected
- 1_110_001_004=Fill in the rule name
- 1_110_001_005=Mathematical operator cannot be empty
- 1_110_001_006=The number of points cannot be empty
- 1_110_001_007=Trigger rule cannot be empty
- 1_110_001_008=Event address already exists in configuration
- # ========== 积分记录 1_110_002_000 ==========
- 1_110_002_001=User point record business type not supported
- # ========== 签到配置 1_110_003_000 ==========
- 1_110_003_001=The check-in day rule does not exist
- 1_110_003_002=The check-in day rule already exists
- 1_110_003_003=Check in days cannot be empty
- 1_110_003_004=Reward points cannot be empty
- 1_110_003_005=Reward points cannot be less than 0
- # ========== 签到记录 1_110_004_000 ==========
- 1_110_004_001=Checked in today, please do not sign in again
- # ========== 用户相关 1_110_005_000 ============
- 1_110_005_001=User does not exist
- 1_110_005_002=Insufficient user points balance
- 1_110_005_003=Variable integral cannot be empty
- # ========== 事件指标 1_110_006_000 ==========
- 1_110_006_001=Event indicator does not exist
- # ========== 事件记录 1_110_007_000 ==========
- 1_110_007_001=Event record does not exist
|