chore(openai): 调整目录结构

This commit is contained in:
Fu Diwei
2022-03-08 22:24:19 +08:00
parent e837b879f3
commit 32f9ec3c47
332 changed files with 36 additions and 18 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>
<status>0</status>
<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>
<status>0</status>
<channel>渠0</channel>
<assessment>0</assessment>
<createtime>1234567890</createtime>
</xml>