mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-07-19 07:44:46 +08:00
10 lines
349 B
XML
10 lines
349 B
XML
<xml>
|
|
<ToUserName><![CDATA[toUser]]></ToUserName>
|
|
<FromUserName><![CDATA[FromUser]]></FromUserName>
|
|
<CreateTime>123456789</CreateTime>
|
|
<MsgType><![CDATA[event]]></MsgType>
|
|
<Event><![CDATA[card_merchant_check_result]]></Event>
|
|
<MerchantId>0</MerchantId>
|
|
<IsPass>1</IsPass>
|
|
<Reason><![CDATA[reason]]></Reason>
|
|
</xml> |