curl --location --request GET 'https://test-api.yunjishop.cn/resource/app/shortPlay/info/' \
--header 'Authorization: '
{
"code": 200,
"msg": "操作成功",
"trace": "auto-generate:18a11f9c-6758-4ec3-acab-6caa1088bd0b",
"data": {
"playId": 1,
"title": "繁花",
"coverUrl": "2024/01/05/5f19935e28614f70bfff29757cfd8154.jpeg",
"playTotal": 30,
"currentUpdateCount": 30,
"totalPrice": "30.00",
"freeCharge": false,
"currentPlaySubId": 5,
"currentPage": 1,
"playCount": "0"
}
}