- admin
- user
- api
- os
- ws
- 小程序
轮播图
开发中
正式环境
正式环境
GET
http://easy.quarkzhong.top/user/banner
最后修改时间:2023-11-19 10:32:50
责任人:未设置
请求参数
无
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://easy.quarkzhong.top/user/banner'
返回响应
🟢200成功
application/json
Body
array of:
imageUrl
string
必需
targetId
integer
必需
adid
null
必需
targetType
integer
必需
titleColor
string
必需
typeTitle
string
必需
url
string | null
必需
exclusive
boolean
必需
monitorImpress
null
必需
monitorClick
null
必需
monitorType
null
必需
monitorImpressList
null
必需
monitorClickList
null
必需
monitorBlackList
null
必需
extMonitor
null
必需
extMonitorInfo
null
必需
adSource
null
必需
adLocation
null
必需
adDispatchJson
null
必需
encodeId
string
必需
program
null
必需
event
null
必需
video
null
必需
song
null
必需
scm
string
必需
bannerBizType
string
必需
示例
[
{
"imageUrl": "string",
"targetId": 0,
"adid": null,
"targetType": 0,
"titleColor": "string",
"typeTitle": "string",
"url": "string",
"exclusive": true,
"monitorImpress": null,
"monitorClick": null,
"monitorType": null,
"monitorImpressList": null,
"monitorClickList": null,
"monitorBlackList": null,
"extMonitor": null,
"extMonitorInfo": null,
"adSource": null,
"adLocation": null,
"adDispatchJson": null,
"encodeId": "string",
"program": null,
"event": null,
"video": null,
"song": null,
"scm": "string",
"bannerBizType": "string"
}
]
修改于 2023-11-19 10:32:50