代客订单变更消息推送
在企微管家中发生代客订单变更时推送此消息,type=19
{
"message_id": "1540175443711639553",
"type": 19,
"content": "{\"tenant_id\":\"wpvvCXcAAAsQgTf6tGxZNXWs0AjheY6Q\",\"order_id\":\"1539894490753098754\",\"change_type\":1}",
"gmt_create": 1656041415
}
业务参数说明:
参数 | 类型 | 说明 |
---|---|---|
tenant_id | string | 租户id |
order_id | string | 订单id |
change_type | int | 变更类型, 1:订单创建 2:订单状态变更通知 3:订单信息变更通知 4:订单负责人变更 5:订单删除通知 |