敏感词提示文案修改

This commit is contained in:
luying
2022-08-26 17:30:17 +08:00
parent 5e33162191
commit 04a4c54b47

View File

@@ -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: '您的点击过于频繁,服务器受不了了' },