{
"id": 0,
"moduleName": "string",
"title": "string",
"startTime": "string",
"endTime": "string",
"liveLink": "string",
"recordVideoId": 0,
"recordVideoName": "string",
"liveFiles": [
{
"id": 0,
"liveId": 0,
"name": "string",
"displayName": "string",
"url": "string",
"previewContent": [
"string"
],
"fileSize": 0,
"type": 0,
"sort": 0
}
],
"classId": 0,
"unitId": 0,
"unitSort": 0
}
curl --location --request POST 'http://test-apisix.taolihanyu.net/roadmap/hsk-class/live/update' \
--header 'payload: {'\''mid'\'':{{mid}},'\''username'\'':{{username}}}' \
--header 'Authorization: bearer {{access_token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"moduleName": "string",
"title": "string",
"startTime": "string",
"endTime": "string",
"liveLink": "string",
"recordVideoId": 0,
"recordVideoName": "string",
"liveFiles": [
{
"id": 0,
"liveId": 0,
"name": "string",
"displayName": "string",
"url": "string",
"previewContent": [
"string"
],
"fileSize": 0,
"type": 0,
"sort": 0
}
],
"classId": 0,
"unitId": 0,
"unitSort": 0
}'
{
"code": "",
"data": false,
"msg": "",
"total": 0
}