mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-07-16 16:50:43 +08:00
11 lines
351 B
XML
11 lines
351 B
XML
<xml>
|
|
<ToUserName><![CDATA[toUser]]></ToUserName>
|
|
<FromUserName><![CDATA[fromUser]]></FromUserName>
|
|
<CreateTime>1348831860</CreateTime>
|
|
<MsgType><![CDATA[image]]></MsgType>
|
|
<PicUrl><![CDATA[this is a url]]></PicUrl>
|
|
<MediaId><![CDATA[media_id]]></MediaId>
|
|
<MsgId>1234567890123456</MsgId>
|
|
<AgentID>1</AgentID>
|
|
</xml>
|