企业新增事件(即将废弃)
回调示例
{
"event": {
"status": "开业",
"creator": {
"id": "YB7Bv2lmt4qc6sGI7ECwxhAwUc1ZJHH-xI6y1vt-bRI",
"nick_name": "李佳宝"
},
"user_list": [
{
"id": "URaYbZRgvUzULxcp-mk-oxwwZITDQYYfJ28WCVchmJY",
"type": 0,
"nick_name": "刘辉"
}
],
"company_id": "FeukU4fs6ziPjGBl2oqdSo7Dc-LO7Y8cNyUOnL8HyWo",
"create_time": 1745825632000,
"credit_code": "91440111MAE3A3J414",
"abbreviation": "固创达",
"company_name": "广州固创达智能设备有限公司"
},
"header": {
"to_app": "wloaff4c9fa5430eda43105f723b8710d5b8",
"event_type": "company_add",
"time_stamp": "1745825632485"
}
}
回调字段说明
名称 | 类型 | 说明 |
---|---|---|
» event | 回调事件具体内容 | |
»» status | string | 状态 |
»» creator | [object] | 创建人信息 |
»»» id | string | 员工userid |
»»» nick_name | string | 员工昵称 |
»» user_list | [object] | 相关人列表 |
»»» avatar | string | 头像url |
»»» user_id | string | 员工id |
»»» position | string | 职位 |
»»» nick_name | string | 昵称 |
»» company_id | string | 企业id |
»» create_time | string | 创建时间,13位时间戳,精确到秒 |
»» credit_code | string | 税号 |
»» abbreviation | string | 简称 |
»» company_name | string | 企业名称 |
»» customer_list | [object] | 外部相关人列表 |
»»» id | string | 对象id |
»»» type | integer | type= 0 表示联系人,type= 4 表示访客id, |
»»» nick_name | string | 昵称 |
» header | 回调参数头 | |
»» to_app | string | 回调应用的appid |
»» event_type | string | 事件类型 |
»» time_stamp | long | 回调时间,13位时间戳,精确到毫秒 |