文档
测试

获取答疑房间滞留数

GET
192.168.100.9:7077/room/getRententionRoomCount

响应参数

参数名
类型
描述
必填
allRententionCount
Int
总滞留数
必填
yesterdayRententionCount
Int
昨日滞留数
必填
threeRententionCount
Int
近3日滞留数
必填
threeMoreRententionCount
Int
3日以上滞留数
必填
sevenMoreRententionCount
Int
7日以上滞留数
必填

说明 / 示例

响应参数: { "roomId": null, "subject": null, "userId": null, "lastChatTimestamp": null, "lastChatContent": null, "lastChatContentType": null, "roomName": null, "userType": null, "status": null, "teacherId": null, "startTime": null, "retention": null, "unReadCount": null, "subjectName": null, "online": null, "studentName": null, "teacherName": null, "allTime": null, "allChatCount": null, "teacherType": null, "teacherPhone": null, "allRententionCount": 0, "yesterdayRententionCount": 0, "threeRententionCount": 0, "threeMoreRententionCount": 0, "sevenMoreRententionCount": 0, "key": "null_GROUP_CHAT" },