Files
DotNetCore.SKIT.FlurlHttpCl…/test/SKIT.FlurlHttpClient.Wechat.OpenAI.UnitTests/EventSamples/ThirdKf/UserEnterEvent.xml

14 lines
380 B
XML
Raw Normal View History

<xml>
<userid>用户的唯一ID通常为用户在微信的openid</userid>
<appid>应用的appid</appid>
<content>
<msg>机器人或用户的的内容</msg>
</content>
<event>userEnter</event>
<from>0</from>
<status>0</status>
<channel>渠0</channel>
<assessment>0</assessment>
<createtime>1234567890</createtime>
2022-05-06 20:29:27 +08:00
</xml>