{
"timeBegin": 0,
"timeEnd": 0,
"pageNo": 0,
"pageSize": 0,
"teacherId": "string",
"studentId": "string",
"groupId": 0,
"topic": "string",
"mediaType": 0,
"status": 0
}
curl --location --request POST 'https://www.plaso.cn/dataentry/liveclass/queryInfo' \
--header 'Content-Type: application/json' \
--data-raw '{
"timeBegin": 0,
"timeEnd": 0,
"pageNo": 0,
"pageSize": 0,
"teacherId": "string",
"studentId": "string",
"groupId": 0,
"topic": "string",
"mediaType": 0,
"status": 0
}'
{
"code": 0,
"obj": [
{
"beginTime": 0,
"endTime": 0,
"topic": "string",
"classId": 0,
"priceUserNum": 0,
"recordAvator": "string",
"classOption": 0,
"mediaType": 0,
"groups": [
{
"groupId": 0,
"groupName": "string"
}
],
"status": 0,
"liveInfo": {
"teacherTags": "string",
"teacherName": "string",
"teacherShortDesc": "string",
"desc": "string",
"coverUrl": "string"
}
}
]
}