政治需求:关闭接口功能

This commit is contained in:
luying
2022-09-23 17:29:38 +08:00
parent d3683b5b4b
commit d5e3c76f13
18 changed files with 160 additions and 10 deletions

View File

@@ -12,9 +12,10 @@ export const STATUS = {
BLOCK_WORDS: { code: 9, simStr: '内容含有敏感字符' },
BLOCKED: { code: 10, simStr: '您已被封禁' },
BANNED: { code: 11, simStr: '您已被禁言' },
CLOSE_FROM_BACKEND: { code: 18, simStr: '功能暂未开启' },
ACCESS_BUSY: { code: 12, simStr: '您的点击过于频繁,服务器受不了了' },
ONLINE_USER_MAX: { code: 13, simStr: '服务器繁忙,请稍后再试' },
FUNCTION_CLOSE: { code: 14, simStr: '抱歉,该功能暂时关闭' },
FUNCTION_CLOSE: { code: 14, simStr: '该功能暂时无法使用' },
TIMESTAMP_ERR: { code: 15, simStr: '请求时间参数错误' },
DUPLICATE_ACCESS: { code: 16, simStr: '随机请求参数重复' },
ADDRESS_ERR: { code: 17, simStr: '您的版本已停止支持,请前往应用商店下载最新安装包' },