mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2026-02-11 18:26:20 +08:00
13 lines
379 B
XML
13 lines
379 B
XML
|
|
<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>
|
|||
|
|
</xml>
|