敏感词提示文案修改
This commit is contained in:
@@ -9,7 +9,7 @@ export const STATUS = {
|
||||
REDLOCK_ERR: { code: 6, simStr: '请勿频繁操作' },
|
||||
SERVER_MAINTENANCE: { code: 7, simStr: '服务器维护中' },
|
||||
VERSION_ERR: { code: 8, simStr: '版本号太低,请更新' },
|
||||
BLOCK_WORDS: { code: 9, simStr: '内容有不合法词汇' },
|
||||
BLOCK_WORDS: { code: 9, simStr: '内容含有敏感字符' },
|
||||
BLOCKED: { code: 10, simStr: '您已被封禁' },
|
||||
BANNED: { code: 11, simStr: '您已被禁言' },
|
||||
ACCESS_BUSY: { code: 12, simStr: '您的点击过于频繁,服务器受不了了' },
|
||||
|
||||
Reference in New Issue
Block a user