mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-20 02:29:40 +08:00
13 lines
541 B
XML
13 lines
541 B
XML
<xml>
|
|
<ToUserName><![CDATA[toUser]]></ToUserName>
|
|
<FromUserName><![CDATA[fromUser]]></FromUserName>
|
|
<CreateTime>1234567890</CreateTime>
|
|
<MsgType><![CDATA[event]]></MsgType>
|
|
<Event><![CDATA[betaapp_verify_apply_event]]></Event>
|
|
<ApplyAuthorizationInfoNoitfy>
|
|
<appid><![CDATA[小程序appid]]></appid>
|
|
<mp_appid><![CDATA[公众号appid]]></mp_appid>
|
|
<status><![CDATA[0]]></status>
|
|
<operation_time><![CDATA[操作的时间]]></operation_time>
|
|
</ApplyAuthorizationInfoNoitfy>
|
|
</xml> |