{
"page": 1,
"size": 1,
"playTitle": "string"
}
curl --location --request POST 'https://test-api.yunjishop.cn/member/app/userPlayletRecord/getShortPlayList' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 1,
"size": 1,
"playTitle": "string"
}'
{
"code": 0,
"msg": "string",
"trace": "string",
"data": {
"records": [
{
"playletId": 0,
"userId": 0,
"playId": 0,
"palySubId": 0,
"buyType": 0,
"pigCoin": 0,
"playTitle": "string",
"playSubTitle": "string",
"createTime": "2019-08-24T14:15:22Z",
"remark": "string",
"coverUrl": "string",
"title": "string"
}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
{
"column": "string",
"asc": true
}
],
"optimizeCountSql": true,
"searchCount": true,
"maxLimit": 0,
"countId": "string",
"pages": 0
}
}