mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-12-29 18:04:42 +08:00
test(wxapi): 适配新的模型测试
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<xml>
|
||||
<ToUserName><![CDATA[toUser]]></ToUserName>
|
||||
<FromUserName><![CDATA[fromUser]]></FromUserName>
|
||||
<CreateTime>时间戳</CreateTime>
|
||||
<MsgType><![CDATA[event]]></MsgType>
|
||||
<Event><![CDATA[betaapp_verify_event]]></Event>
|
||||
<ApplyAuthorizationInfoNoitfy>
|
||||
<appid>![CDATA[小程序appid]]</appid>
|
||||
<mp_appid>![CDATA[公众号appid]]</mp_appid>
|
||||
<status>![CDATA[0]]</status>
|
||||
<msg>![CDATA[ok]]</msg>
|
||||
<operation_time>![CDATA[操作的时间]]</operation_time>
|
||||
</ApplyAuthorizationInfoNoitfy>
|
||||
</xml>
|
||||
Reference in New Issue
Block a user