{
"buyType": 0,
"playId": 0,
"playSubId": 0,
"userId": 0
}
curl --location --request POST 'https://test-api.yunjishop.cn/member/app/userPlayletRecord/buyShortPlay' \
--header 'Content-Type: application/json' \
--data-raw '{
"buyType": 0,
"playId": 0,
"playSubId": 0,
"userId": 0
}'
{
"code": 0,
"msg": "",
"trace": "",
"data": null
}