{
"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": "",
"trace": "",
"data": {
"records": [
{
"playletId": 0,
"userId": 0,
"playId": 0,
"palySubId": 0,
"buyType": 0,
"pigCoin": 0.0,
"playTitle": "",
"playSubTitle": "",
"createTime": ""
}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
{
"column": "",
"asc": false
}
],
"optimizeCountSql": false,
"searchCount": false,
"optimizeJoinOfCountSql": false,
"maxLimit": 0,
"countId": ""
}
}