feat(wxapi): 新增第三方平台复用商户号资质快速转正相关接口

This commit is contained in:
Fu Diwei
2022-05-01 21:48:33 +08:00
parent e963eb902e
commit 7f42ad1851
9 changed files with 260 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<xml>
<ToUserName><![CDATA[toUser]]></ToUserName>
<FromUserName><![CDATA[fromUser]]></FromUserName>
<CreateTime>123456</CreateTime>
<MsgType><![CDATA[event]]></MsgType>
<Event><![CDATA[betaapp_reuse_merchant_ID_appid_administrator_authorization_apply_event]]></Event>
<ApplyPersonalAuthorizationInfoNotify>
<appid><![CDATA[小程序appid]]></appid>
<status><![CDATA[0]]></status>
<msg><![CDATA[ok]]></msg>
<operation_time>123456</operation_time>
</ApplyPersonalAuthorizationInfoNotify>
</xml>

View File

@@ -0,0 +1,15 @@
<xml>
<ToUserName><![CDATA[toUser]]></ToUserName>
<FromUserName><![CDATA[fromUser]]></FromUserName>
<CreateTime>123456</CreateTime>
<MsgType><![CDATA[event]]></MsgType>
<Event><![CDATA[betaapp_reuse_merchant_ID_merchant_administrator_authorization_apply_event]]></Event>
<ApplyMerchantAdminAuthorizationInfoNotify>
<appid><![CDATA[小程序appid]]></appid>
<status>0</status>
<taskid><![CDATA[转正任务id]]></taskid>
<authorize_appid_administrator_url><![CDATA[小程序管理员访问的授权url]]></authorize_appid_administrator_url>
<authorize_merchant_administrator_status>1</authorize_merchant_administrator_status>
<operation_time>123456</operation_time>
</ApplyMerchantAdminAuthorizationInfoNotify>
</xml>