{
"page": 1,
"size": 1,
"playId": 0
}
curl --location --request POST 'https://test-api.yunjishop.cn/resource/app/shortPlay/page' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 1,
"size": 1,
"playId": 0
}'
{
"code": 0,
"msg": "string",
"trace": "string",
"data": {
"records": [
{
"playSubId": 0,
"playId": 0,
"title": "string",
"subTitle": "string",
"coverUrl": "string",
"duration": 0,
"price": 0,
"totalPrice": 0,
"freeCharge": true,
"type": 0,
"appId": 0,
"fileId": "string",
"sign": "string",
"isLiked": "Y",
"likeCount": "string",
"commentCount": "string",
"shareCount": "string",
"playTitle": "string",
"playTotal": 0,
"page": 0
}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
{
"column": "string",
"asc": true
}
],
"optimizeCountSql": true,
"searchCount": true,
"maxLimit": 0,
"countId": "string",
"pages": 0
}
}