聊天:查看私聊消息的接口和测试

This commit is contained in:
liangtongchuan
2021-03-11 10:24:10 +08:00
parent 9a2c536288
commit cce6a5af5e
5 changed files with 55 additions and 5 deletions

View File

@@ -272,6 +272,7 @@ export const STATUS = {
// 社交相关状态 40000 - 49999
SYS_CHANNEL_AUTH_NOT_ENOUGH: {code: 40000, simStr: '无法在系统频道发送消息'},
UPDATE_PRIVATE_MSG_READ_TIME_ERR: {code: 40001, simStr: '更新私聊阅读时间失败'},
// 运营模块相关状态 50000 - 59999
// GM后台相关状态 60000 - 69999
GM_ERR_PASSWORD: { code: 60001, simStr: '账号或密码错误' },