{
"page": 1,
"size": 10,
"keyword": null
}
curl --location --request POST 'https://test-api.yunjishop.cn/resource/app/shortPlay/xzPage' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 1,
"size": 10,
"keyword": null
}'
{
"code": 200,
"msg": "操作成功",
"trace": "auto-generate:240fbc0d-05c0-40b5-a55c-1dc5f6decf6c",
"data": {
"records": [
{
"playId": 1,
"title": "繁花",
"coverUrl": "2024/01/05/5f19935e28614f70bfff29757cfd8154.jpeg"
},
{
"playId": 2,
"title": "鸣龙少年",
"coverUrl": "2024/01/10/e23af6577db14093af2aeecd05b05d7c.jpeg"
},
{
"playId": 3,
"title": "脱轨",
"coverUrl": "2024/01/11/d04c2ff23a954673a5d5a2c5ef067fa8.jpeg"
}
],
"total": 3,
"size": 10,
"current": 1,
"orders": [],
"optimizeCountSql": true,
"searchCount": true,
"maxLimit": null,
"countId": null,
"pages": 1
}
}