广告类型列表
HTTP请求方式
GET
请求地址
https://ms-api.e.360.cn/v1/ad_space_type/list
字段 |
类型 |
必须 |
描述 |
Content-Type |
string |
yes |
application/x-www-form-urlencoded |
apiKey |
string |
yes |
注册时分配到的api key,该参数作为HTTP HEAD字段传递。 |
accessToken |
string |
yes |
访问token |
请求示例
curl -X POST \
--header 'apiKey:APIKEY' \
--header 'accessToken:ACCESSTOKEN' \
'https://ms-api.e.360.cn/v1/ad_space_type/list'
返回结果
{
"err_no": 10000,
"err_msg": "",
"data": [
{
"id": 6,
"name": "移动插屏"
},
{
"id": 10,
"name": "移动横幅"
},
{
"id": 12,
"name": "移动信息流"
}
]
}
返回结果说明
字段 |
类型 |
描述 |
id |
Number |
广告类型ID |
name |
String |
广告类型名称 |