curl --location --request GET 'https://www.kuwo.cn/api/www/banner/index/bannerList?plat=web_www' \
--header 'Secret;' \
--header 'Cookie: Hm_Iuvt_xxx='
{
"code": 0,
"curTime": 0,
"data": [
{
"id": 0,
"pic": "string",
"priority": 0,
"url": "string",
"startTime": 0,
"endTime": 0
}
],
"msg": "string",
"profileId": "string",
"reqId": "string",
"tId": "string"
}