chore(wxapi): 文档注释

This commit is contained in:
Fu Diwei
2022-11-04 14:06:32 +08:00
parent 2fa4e24b95
commit c60001e648
11 changed files with 69 additions and 320 deletions

View File

@@ -1,13 +0,0 @@
<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

@@ -1,15 +0,0 @@
<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>