{
"id": 0,
"type": 0,
"subType": 0,
"coverImg": "string",
"backImg": "string",
"bannerType": 0,
"lang": [
"string"
],
"paymentType": 0,
"sort": 0,
"status": "FAILED",
"remark": "string",
"content": [
{
"id": 0,
"lang": "string",
"title": "string",
"describes": "string",
"introduce": "string",
"remark": "string"
}
],
"related": [
{
"id": 0,
"title": "string",
"lang": "string",
"videoName": "string",
"parentId": 0,
"relatedId": 0,
"exercise": [
{
"id": 0,
"topicId": 0,
"type": "string",
"title": "string",
"sort": 0,
"question": "string",
"exercise": "string",
"subject": "string"
}
],
"sort": 0
}
],
"courseTag": [
0
],
"remove": [
0
],
"virtualComp": 0,
"level": 0,
"series": 0
}curl --location --request PUT 'http://test-apisix.taolihanyu.net/course/content/edit' \
--header 'payload: {'\''mid'\'':{{mid}},'\''username'\'':{{username}},'\''userType'\'':,'\''campusId'\'':}' \
--header 'Authorization: bearer {{access_token}}' \
--header 'a-version: 4.14.0' \
--header 'a-language: zh' \
--header 'ostype: ios' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 0,
"type": 0,
"subType": 0,
"coverImg": "string",
"backImg": "string",
"bannerType": 0,
"lang": [
"string"
],
"paymentType": 0,
"sort": 0,
"status": "FAILED",
"remark": "string",
"content": [
{
"id": 0,
"lang": "string",
"title": "string",
"describes": "string",
"introduce": "string",
"remark": "string"
}
],
"related": [
{
"id": 0,
"title": "string",
"lang": "string",
"videoName": "string",
"parentId": 0,
"relatedId": 0,
"exercise": [
{
"id": 0,
"topicId": 0,
"type": "string",
"title": "string",
"sort": 0,
"question": "string",
"exercise": "string",
"subject": "string"
}
],
"sort": 0
}
],
"courseTag": [
0
],
"remove": [
0
],
"virtualComp": 0,
"level": 0,
"series": 0
}'{
"code": "",
"data": 0,
"msg": "",
"total": 0
}