immediateDelivery.onCancelAuth

本文档描述服务器端接收的消息或事件,详细说明参见消息推送

取消授权帐号

消息参数

Object

属性类型说明
ToUserNamestring快递公司小程序 UserName
FromUserNamestring微信团队的 OpenID (固定值)
CreateTimenumber事件时间,Unix时间戳
MsgTypestring消息类型,固定为 event
Eventstring事件类型,固定为 cancel_auth_account,不区分大小写
shopidstring商家id, 配送公司唯一标识
wx_appidstring发起授权的商户小程序appid

消息返回

属性类型默认值必填说明
ToUserNamestring原样返回请求中的 FromUserName
FromUserNamestring快递公司小程序 UserName
CreateTimenumber事件时间,Unix时间戳
MsgTypestring消息类型,固定为 event
Eventstring事件类型,固定为 cancel_auth_account,不区分大小写
resultcodenumber错误码
resultmsgstring错误描述