八维专高四月考1


客服聊天

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>客服聊天接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>ws://localhost:23456</code></li> </ul> <h5>请求方式</h5> <ul> <li>WebSocket </li> </ul> <h5>参数</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">from</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>发消息的用户名</td> </tr> <tr> <td style="text-align: left;">to</td> <td style="text-align: left;">否</td> <td style="text-align: left;">string</td> <td>接收消息的用户</td> </tr> <tr> <td style="text-align: left;">content</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>消息内容</td> </tr> <tr> <td style="text-align: left;">time</td> <td style="text-align: left;">否</td> <td style="text-align: left;">number</td> <td>消息发送时间时间戳</td> </tr> </tbody> </table> <p>&lt;font color=&quot;red&quot;&gt;<strong>注意:对象参数需要将对象使用JSON转成json字符串再发送</strong>&lt;/font&gt;</p> <h5>返回示例</h5> <pre><code> { &amp;quot;from&amp;quot;: &amp;quot;custermer&amp;quot;, &amp;quot;to&amp;quot;: &amp;quot;zhangsan&amp;quot;, &amp;quot;content&amp;quot;: &amp;quot;真小气!&amp;quot;, &amp;quot;id&amp;quot;: &amp;quot;ASDfjklasfd&amp;quot;, &amp;quot;time&amp;quot;: 1756456785221 }</code></pre> <p>&lt;font color=&quot;red&quot;&gt;<strong>注意:返回的数据是json字符串,需要用JSON转换后才可以使用</strong>&lt;/font&gt;</p>

页面列表

ITEM_HTML