文档
测试

获取正在答疑接口

GET
192.168.100.9:7077/room/getChattingRoom

响应参数

参数名
类型
描述
必填
subjectName
String
科目名称
必填
studentName
Stringg
学生名称
必填
teacherName
String
老师名称
必填
allTime
Int
聊天时长
必填
allChatCount
Int
总聊天消息数
必填
startTime
String
开始时间
必填

说明 / 示例

响应参数: { "roomId": "1416923449735290880", "subject": "1411957450041204736", "userId": 1410808650808688641, "lastChatTimestamp": 1626655854233, "lastChatContent": "混凝", "lastChatContentType": 1, "roomName": null, "userType": 1, "status": 2, "teacherId": 1185004614118801409, "startTime": "2021-07-19T00:50:50.000+00:00", "retention": 0, "unReadCount": null, "subjectName": "政治", "online": null, "studentName": "刘飞1113", "teacherName": "郭小星", "allTime": 6, "allChatCount": 0, "key": "1416923449735290880_GROUP_CHAT" }