{
"type": 1,
"page": 1,
"keyword": "string"
}
curl --location --request POST 'https://test-api.yunjishop.cn/resource/app/music/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": 1,
"page": 1,
"keyword": "string"
}'
{
"code": 0,
"msg": "string",
"trace": "string",
"data": {
"records": [
{
"musicId": "string",
"musicName": "string",
"artist": "string",
"duration": 0,
"liked": true
}
],
"total": 0,
"size": 0,
"current": 0,
"orders": [
{
"column": "string",
"asc": true
}
],
"optimizeCountSql": true,
"searchCount": true,
"maxLimit": 0,
"countId": "string",
"pages": 0
}
}