文档
测试

获取房间滞留列表

POST
192.168.100.9:7077/room/getRententionRoom

请求参数

参数名
类型
描述
必填
subjectId
String
科目ID
必填
time
Int
1:今日,2:昨日,3:近三日,4:近7日
必填

响应参数

参数名
类型
描述
必填
subjectName
String
科目
必填
teacherName
String
老师名称
必填
teacherType
Int
0:兼职,1:全职
必填
startTime
String
开始时间
必填
allChatCount
Int
聊天消息数
必填
allTime
Int
答疑滞留时长
必填
teacherPhone
String
老师手机号
必填

说明 / 示例

响应参数: { "roomId": "1416953837358718976", "subject": "1411957370936631296", "userId": 1339764306165628929, "lastChatTimestamp": 1626663095347, "lastChatContent": null, "lastChatContentType": null, "roomName": "英语-1416953837358718976", "userType": 1, "status": 1, "teacherId": 1195142274288189441, "startTime": "2021-07-19T02:51:35.000+00:00", "retention": 0, "unReadCount": null, "subjectName": "英语", "online": null, "studentName": null, "teacherName": "张秋蓓", "allTime": 6, "allChatCount": 0, "teacherType": 1, "teacherPhone": "17756074816", "allRententionCount": null, "yesterdayRententionCount": null, "threeRententionCount": null, "threeMoreRententionCount": null, "sevenMoreRententionCount": null, "key": "1416953837358718976_GROUP_CHAT" },