爱奇艺营销开户策略分析广告分类查询请求地址:
https://tuiguang.iqiyi.com/openapi/v1/tool/search/adCategory
爱奇艺投放广告多少钱请求方法
GET
爱奇艺营销模式返回参数
code |
number |
返回码,详见附录-返回码 |
|
message |
string |
返回信息,详见附录-返回码 |
|
data |
object[] |
数据信息 |
请求示例
爱奇艺营销策略curl请求示例
Java请求示例
curl -X GET https://tuiguang.iqiyi.com/openapi/v1/tool/searce/adCategory -H 'access-token: XXXXX' -H 'content-type: application/json'
返回示例
{
"code": 0,
"message": "",
"data": [
{
"id": 1,
"name": "XXX",
"parentId": null,
"children": [
{
"id": 11,
"name": "XXX",
"parentId": 1,
"children": [
{
"id": 287,
"name": "XXX",
"parentId": 11,
"children": null
},
{
"id": 288,
"name": "XXX",
"parentId": 11,
"children": null
}
]
}
]
},
{
"id": 2,
"name": "XXX",
"parentId": null,
"children": [
{
"id": 34,
"name": "XXX",
"parentId": 2,
"children": null

评论列表