{
"page": 1,
"size": 20,
"classId": 0
}
curl --location --request POST 'http://test-apisix.taolihanyu.net/roadmap/hsk-class/live/list' \
--header 'payload: {'\''mid'\'':{{mid}},'\''username'\'':{{username}}}' \
--header 'Authorization: bearer {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 1,
"size": 20,
"classId": 0
}'
{
"code": "",
"data": [
{
"remark": "",
"createBy": "",
"createTime": "",
"updateBy": "",
"updateTime": "",
"id": 0,
"moduleName": "",
"title": "",
"startTime": "",
"endTime": "",
"liveLink": "",
"recordVideoId": 0,
"recordVideoName": "",
"deleted": 0,
"unitSort": 0,
"unitId": 0
}
],
"msg": "",
"total": 0
}