获取轮播图
开发中
GET
/banner/index/bannerList
请求参数
Query 参数
plat
string
可选
示例值:
web_www
Header 参数
Secret
string
必需
Cookie 参数
Hm_Iuvt_xxx
string
必需
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://www.kuwo.cn/api/www/banner/index/bannerList?plat=web_www' \
--header 'Secret;' \
--header 'Cookie: Hm_Iuvt_xxx='
返回响应
🟢200成功
application/json
Body
code
integer
必需
curTime
integer
必需
data
array [object {6}]
必需
id
integer
必需
pic
string
必需
priority
integer
必需
url
string
必需
startTime
integer
必需
endTime
integer
必需
msg
string
必需
profileId
string
必需
reqId
string
必需
tId
string
必需
示例
{
"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"
}