手机号线索动态新增事件
POST
{{接收回调的地址}}请求参数
无
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
header
object
回调头信息
event_type
string
回调事件类型
time_stamp
string
时间戳
to_app
string
回调appid
event
object
必需
clue_id
string
手机号线索id
history
object
动态详情
示例成功示例
{
"header": {
"event_type": "clue_history",
"time_stamp": "1611580672000",
"to_app": "wloa4376fe67dc041d474a79513ed70ae3db"
},
"event": {
"clue_id": "xxx",
"history": {
"history_id": "",
"history_type": "401",
"create_time": 1723687654987,
"title": "创建线索",
"content": "xxx创建线索"
}
}
}
最后修改时间: 2 年前