Skip to content

接口客户公海导入任务回调

回调参数

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的地址)

基于 MIT 许可发布