mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2025-09-23 04:23:47 +08:00
test(wxapi): 适配新的模型测试
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<xml>
|
||||
<ToUserName><![CDATA[toUser]]></ToUserName>
|
||||
<FromUserName><![CDATA[fromUser]]></FromUserName>
|
||||
<CreateTime>12345678</CreateTime>
|
||||
<MsgType><![CDATA[video]]></MsgType>
|
||||
<Video>
|
||||
<MediaId><![CDATA[media_id]]></MediaId>
|
||||
<Title><![CDATA[title]]></Title>
|
||||
<Description><![CDATA[description]]></Description>
|
||||
</Video>
|
||||
</xml>
|
Reference in New Issue
Block a user