Appearance
接口客户公海导入任务回调
回调参数
json
{
"mode": "batch",
"type": "api_customer_to_task",
"unique_id": "5e7d2764-27fc-41b9-b19e-d06f91d82614",
"user_id": "f00c8abc-433f-4666-a9d6-70479605ced1",
"task_id": "289b4a84-5648-4c92-8173-6addd8359d70",
"data": {
"url": "http://xxx.com/agent-api/download-number?key=RUhhM2gyNWR6WjVqMVJ1cnNmZ3d4SkJvSjhac3AwWXEzYjZ2ZEFnVGw4T3JsOFVSaGFtdnEzV0E9PQ=="
}
}参数说明
| 参数 | 说明 |
|---|---|
| type | 回调类型,api_customer_to_task 表示接口从客户公海导入任务 |
| mode | 号码模式,batch 表示多个 |
| unique_id | 批次号,可使用"查看回调数据"接口去查询 |
| user_id | 用户ID |
| task_id | 任务ID |
| data.url | 返回的URL是一个键为 numbers 的JSON数据,包含了所导入任务中的号码(xxx.com 为OEM的地址) |