知识中心
所有文章
帮助中心
AI客户联络中心 升级日志
API文档
AI客户联络
API接口
白标接口及地址
接口客户公海导入任务回调
最后更新于 2022/09/28   阅读数 151

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


{
	"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=="
	}
}
1
2
3
4
5
6
7
8
9
10
plaintext
  • type的类型为 api_customer_to_task(表示接口从客户公海导入任务)
  • mode表示号码模式,batch(多个)
  • unique_id 表示批次号,可使用 查看回调数据 去查询
  • user_id 表示用户ID
  • task_id 表示任务ID
  • data中返回的url是一个键为numbers的json数据,包含了所导入任务中的号码,xxx.com 为OEM的地址。
未能解决您的问题?请联系
本篇目录

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