{
"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
}
]
}
curl --location --request POST 'http://test-apisix.taolihanyu.net/roadmap/hsk-course-live/saveOrUpdate/live-stream-plan' \
--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
}
]
}'
{
"code": "",
"data": {
"remark": "",
"createBy": "",
"createTime": "",
"updateBy": "",
"updateTime": "",
"id": 0,
"moduleName": "",
"title": "",
"startTime": "",
"endTime": "",
"serverTime": "",
"liveLink": "",
"recordVideoId": 0,
"recordVideoName": "",
"videoInfo": {
"title": "",
"picture": "",
"duration": "",
"videoUri": "",
"mpsUri": ""
},
"liveFiles": [
{
"id": 0,
"liveId": 0,
"name": "",
"displayName": "",
"url": "",
"previewContent": [
""
],
"fileSize": 0,
"type": 0,
"sort": 0
}
]
},
"msg": "",
"total": 0
}