# Merchants unenable custom components
# Request Parameter Sample
<xml>
<ToUserName>gh_abcdefg</ToUserName>
<FromUserName>oABCD</FromUserName>
<CreateTime>12344555555</CreateTime>
<MsgType>event</MsgType>
<Event>open_product_account_register</Event>
<OpenProductAccountRegister>
<status>10</status>
</OpenProductAccountRegister>
</xml>
# Return Package Example
success
# Request Parameter Dxplaination
parameter | type | Introductions |
---|---|---|
ToUserName | string | Merchant applet name |
FromUserName | string | WeChat team OpenID(Fixed value) |
CreateTime | number | Time of event, Unix timestamp |
MsgType | string | Message type, fixed to event |
Event | string | Event type, this interface is fixed to open_product_account_register |
OpenProductAccountRegister | object | Subject of event |
OpenProductAccountRegister.status | number | 10: Cancel Access |
# Return parameter specification
Just return the string directlysuccess
。