{
"teacherId": "1_1703181",
"pageStart": 0,
"pageSize": 10
}
curl --location --request POST 'https://www.plaso.cn/dataentry/liveclass/listHistory' \
--header 'Content-Type: application/json' \
--data-raw '{
"teacherId": "1_1703181",
"pageStart": 0,
"pageSize": 10
}'
{
"code": 0,
"obj": {
"total": 2,
"rs": [
{
"duration": 987,
"fileId": "abcd1123",
"liveclass": "1234567",
"teacher": "0_12345",
"teacherName": "张老师",
"shortDesc": "高考英语第一讲",
"longDesc": "张老师的高考英语第一讲",
"createTime": 1572576300000,
"listenerCount": 5
},
{
"duration": 1987,
"fileId": "abcd1125",
"liveclass": "1234568",
"teacher": "0_12345",
"teacherName": "张老师",
"shortDesc": "高考英语第二讲",
"longDesc": "张老师的高考英语第二讲",
"createTime": 1572576300000,
"listenerCount": 5
}
]
},
"reqId": "1699512093842_0.26687520835081835",
"reqTime": 1699512093842,
"execTime": 52
}