mirror of
https://gitee.com/fudiwei/DotNetCore.SKIT.FlurlHttpClient.Wechat.git
synced 2026-02-10 17:56:21 +08:00
feat(openai): 新增第三方客服接入相关接口
This commit is contained in:
@@ -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>
|
||||
@@ -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>
|
||||
@@ -11,6 +11,7 @@
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
</Content>
|
||||
<Content Include="ModelSamples/**/*.json" />
|
||||
<Content Include="EventSamples/**/*.xml" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user