curl --location --request GET 'https://testgateway.dangbei.net/rankApi/list?cid'
{
"success": true,
"errCode": "string",
"errMessage": "string",
"requestId": "string",
"data": [
{
"createTime": 0,
"updateTime": 0,
"id": 0,
"cid": 0,
"assetTitle": "string",
"subAssetTitle": "string",
"source": 0,
"img": "string",
"status": 0,
"batchNo": "string",
"platformId": "string",
"aid": 0,
"sort": 0,
"videoLink": "string"
}
],
"empty": true,
"notEmpty": true
}