{
"event": {
"form_id": "P6DfBHYgrs0Y53suCSXgfEHVZA9JcVFIwZi1vFte4YU",
"unionid": "o3uHk52xLOxCoDKFfE1YdF3_BBLs",
"order_id": "nH4fYuhzkgOA3_WNoUFIlOG_cYT6-Fpz0xPQ4lGfHGA",
"form_data": [
{
"name": "user_name",
"value": "xxx",
"ch_name": "姓名"
},
{
"name": "mobile",
"value": "xxx",
"ch_name": "手机号"
}
],
"external_userid": "wmK9-UBwAAqlv9o-UESdDvpkQoAlvgeg"
},
"header": {
"to_app": "wloa589ead7ccce5cb0191a3d4885c90cc51",
"event_type": "content_consult_add",
"time_stamp": "1754637844314"
}
}| 名称 | 类型 | 说明 |
|---|---|---|
| » event | 回调事件具体内容 | |
| »» form_id | string | 表单id |
| »» order_id | string | 提交记录id |
| »» unionid | string | unionid |
| »» form_data | string | 表单填写内容 |
| »»» name | string | 字段名称 |
| »»» value | string | 字段值 |
| »»» ch_name | string | 中文名称 |
| » header | 回调参数头 | |
| »» to_app | string | 回调应用的appid |
| »» event_type | string | 事件类型 |
| »» time_stamp | long | 回调时间,13位时间戳,精确到毫秒 |