批量申请offer
接口描述:
请求 URL:
- 正式
http|https://sdk.ablemedia.info/api/affoffer/apply/<offer_ids>
请求方式:
请求示例:
- 正式
http|https://sdk.ablemedia.info/api/affoffer/apply/423,442,540
是否授权:
业务参数:
参数名 |
类型 |
是否必须 |
范围值 |
默认值 |
示例值 |
描述 |
Header参数:
响应参数:
参数名 |
类型 |
是否返回 |
示例值 |
描述 |
offer_id |
integer |
是 |
300 |
offer_id |
status |
integer |
是 |
1 |
status: 1=pending,2=Active,3=Block,4=Delete |
响应示例:
// success
[
{
"offer_id": "300",
"status": "1"
}
]
// fail
{
"name": "Method Not Allowed",
"message": "Method Not Allowed. This url can only handle the following request methods: PUT",
"code": 0,
"status": 405,
"type": "MethodNotAllowedHttpException"
}
备注:
无