{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"playSubId": 0,
"playId": 0,
"title": "string",
"subTitle": "string",
"fileId": "string",
"coverUrl": "string",
"videoUrl": "string",
"duration": 0,
"sortNum": 0,
"price": 0,
"launchTime": "2019-08-24T14:15:22Z"
}
curl --location --request PUT 'https://test-api.yunjishop.cn/resource/shortPlaySub' \
--header 'Content-Type: application/json' \
--data-raw '{
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z",
"updateBy": "string",
"updateTime": "2019-08-24T14:15:22Z",
"params": {
"property1": {},
"property2": {}
},
"playSubId": 0,
"playId": 0,
"title": "string",
"subTitle": "string",
"fileId": "string",
"coverUrl": "string",
"videoUrl": "string",
"duration": 0,
"sortNum": 0,
"price": 0,
"launchTime": "2019-08-24T14:15:22Z"
}'
{
"code": 0,
"msg": "string",
"trace": "string",
"data": {}
}