curl --location --request GET 'https://test-api.yunjishop.cn/resource/shortPlay/list?playId=&title=&coverUrl=&totalPrice=&playTotal=&sortNum='
{
"total": 0,
"rows": [
{
"playId": 0,
"title": "string",
"coverUrl": "string",
"totalPrice": 0,
"playTotal": 0,
"status": 0,
"sortNum": 0,
"createBy": "string",
"createTime": "2019-08-24T14:15:22Z"
}
],
"code": 0,
"msg": "string"
}