订单更新通知

该回调提供第三方平台监听小程序订单的能力,小程序可以忽略该回调。

该回调用于通知订单更新,包括订单信息和售后单信息更新,可根据update_type调用不同接口拉取最新信息。

请求参数示例

  1. <ToUserName>gh_abcdefg</ToUserName>
  2. <FromUserName>oABCD</FromUserName>
  3. <CreateTime>12344555555</CreateTime>
  4. <MsgType>event</MsgType>
  5. <Event>open_product_order_update</Event>
  6. <OrderUpdateNotification>
  7. <update_type>1</update_type>
  8. <out_order_id>11114012131415167701001</out_order_id>
  9. <openid>oTVP50GFdkTQUCOKtSSa-rvpe7xM</openid>
  10. </OrderUpdateNotification>

回包示例

success

请求参数说明

参数类型说明
ToUserNamestring商家小程序名称
FromUserNamestring微信团队的 OpenID(固定值)
CreateTimenumber事件时间,Unix时间戳
MsgTypestring消息类型,固定为 event
Eventstring事件类型,本接口固定为 open_product_order_update
OrderUpdateNotificationobject事件主体
OrderUpdateNotification.out_order_idstring小程序订单id
OrderUpdateNotification.openidstring订单所属openid
OrderUpdateNotification.update_typenumber更新类型,1:订单,2:售后。1调用获取订单接口拉取,2调用获取售后接口拉取

回包参数说明

只需直接返回字符串success