{
"content": "string"
}
curl --location --request POST 'https://test-api.yunjishop.cn/resource/h5/shortPlay/detail' \
--header 'Content-Type: application/json' \
--data-raw '{
"content": "string"
}'
{
"code": 0,
"msg": "string",
"trace": "string",
"data": {
"playSubId": 0,
"playId": 0,
"type": 0,
"title": "string",
"subTitle": "string",
"coverUrl": "string",
"freeCharge": true,
"playUrl": "string",
"likeCount": "string",
"commentCount": "string",
"shareCount": "string"
}
}