mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-19 10:08:20 +08:00
16 lines
490 B
XML
16 lines
490 B
XML
<xml>
|
|
<ToUserName><![CDATA[toUser]]></ToUserName>
|
|
<FromUserName><![CDATA[fromUser]]></FromUserName>
|
|
<CreateTime>12345678</CreateTime>
|
|
<MsgType><![CDATA[news]]></MsgType>
|
|
<ArticleCount>1</ArticleCount>
|
|
<Articles>
|
|
<item>
|
|
<Title><![CDATA[title1]]></Title>
|
|
<Description><![CDATA[description1]]></Description>
|
|
<PicUrl><![CDATA[picurl]]></PicUrl>
|
|
<Url><![CDATA[url]]></Url>
|
|
</item>
|
|
</Articles>
|
|
</xml>
|