feat(后台): 一键清理排行榜

This commit is contained in:
luying
2023-08-02 13:33:18 +08:00
parent 9301ade5e5
commit bbd7efdb49
3 changed files with 37 additions and 1 deletions

View File

@@ -741,6 +741,8 @@ export const STATUS = {
GM_ACTIVITY_TIME_ERR: { code: 60031, simStr: '时间不可有重叠' },
GM_USER_TYPE_ERR: { code: 60032, simStr: '您不可使用账号密码登录,请从专属后台点击链接进入' },
GM_GVG_TIME_ERR: { code: 60033, simStr: '时间配置错误' },
GM_CANNOT_CLEAR_RANK: { code: 60034, simStr: '没有封号的玩家不能清空' },
// 支付相关状态 70000 - 79999
NO_PRODUCT_ID: { code: 70001, simStr: '无效商品' },
NO_PAY_TYPE: { code: 70002, simStr: '无效支付类型' },