# Notification of Unbinding of Shared Bindings
# Request Parameter Sample
<ToUserName>gh_abcdefg</ToUserName>
<FromUserName>1asdaf2141noejgeroig_0</FromUserName>
<CreateTime>12344555555</CreateTime>
<MsgType>event</MsgType>
<Event>miniprogram_sharer_bind_status_change</Event>
<openid>asfafoi3254o3214_12332</openid>
<bind_status>1</bind_status>
# Return Package Example
success
# Request Parameter Dxplaination
parameter | type | Introductions |
---|---|---|
ToUserName | string | Merchant applet name |
FromUserName | string | Sender OpenID |
CreateTime | number | Time of event, Unix timestamp |
MsgType | string | Message type, fixed to event |
Event | string | Event type, this interface is fixed to miniprogram_sharer_bind_status_change |
openid | string | OpenID |
bind_status | number | Sharer bound status, 1-bound, 2-unbound |
# Return parameter specification
Just return the string directlysuccess
。