聊天:置顶和删除记录

This commit is contained in:
luying
2021-06-29 19:08:45 +08:00
parent 5822653d26
commit 79c8f1f9fa
4 changed files with 98 additions and 3 deletions

View File

@@ -337,6 +337,8 @@ export const STATUS = {
// 社交相关状态 40000 - 49999
SYS_CHANNEL_AUTH_NOT_ENOUGH: { code: 40000, simStr: '无法在系统频道发送消息' },
UPDATE_PRIVATE_MSG_READ_TIME_ERR: { code: 40001, simStr: '更新私聊阅读时间失败' },
SET_PRIVATE_MSG_TOP_ERR: { code: 40002, simStr: '设置置顶失败' },
DEL_PRIVATE_MSG_ERR: { code: 40003, simStr: '删除失败' },
// 运营模块相关状态 50000 - 59999
ACTIVITY_MISSING: { code: 50000, simStr: '活动丢失' },
ACTIVITY_DATA_ERROR: { code: 50001, simStr: '数据错误' },