feat(openai): 重命名 "WechatOpenAI" → "WechatChatbot"

This commit is contained in:
Fu Diwei
2024-06-04 19:56:01 +08:00
parent 7909b8615b
commit ad9b5a1641
82 changed files with 143 additions and 194 deletions

View File

@@ -0,0 +1,13 @@
<xml>
<userid>用户的唯一ID通常为用户在微信的openid</userid>
<appid>应用的appid</appid>
<content>
<msg>机器人或用户的的内容</msg>
</content>
<event>userEnter</event>
<from>0</from>
<kfstate>0</kfstate>
<channel>0</channel>
<assessment>0</assessment>
<createtime>1234567890</createtime>
</xml>

View File

@@ -0,0 +1,10 @@
<xml>
<userid>用户的唯一ID通常为用户在微信的openid</userid>
<appid>应用的appid</appid>
<event>userQuit</event>
<from>0</from>
<kfstate>0</kfstate>
<channel>0</channel>
<assessment>0</assessment>
<createtime>1234567890</createtime>
</xml>