diff --git a/shared/consts/statusCode.ts b/shared/consts/statusCode.ts index 6e2e6007a..3ba7a0abc 100644 --- a/shared/consts/statusCode.ts +++ b/shared/consts/statusCode.ts @@ -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: '您的点击过于频繁,服务器受不了了' },