获取客服系统资源
<p><strong>请求方法名:</strong> </p>
<ul>
<li><code>GetCustomerSystemInfo</code></li>
</ul>
<p><strong>请求参数:</strong> </p>
<ul>
<li>无</li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>
<p>GET/POST </p>
<p><strong>返回示例</strong></p>
<pre><code>
{
"Status": true,
"Info": "成功",
"Data": {
"BaseUrl": "http://47.52.202.159:8099",
"Address": "ws://47.52.202.159:8282",
"BindUrl": "http://47.52.202.159:8099/laychat/laychat/bind?uid=999_44231_49190&&username=Owensb123&&sign=123131&&avatar=http://47.52.152.234/static/upload/images/default/5.png",
"InitUrl": "http://47.52.202.159:8099/laychat/laychat/init?uid=999_44231_49190&&username=Owensb123&&sign=123131&&avatar=http://47.52.152.234/static/upload/images/default/5.png",
"SendMessageUrl": "http://47.52.202.159:8099/laychat/laychat/sendMessage?uid=999_44231_49190&&username=Owensb123&&sign=123131&&avatar=http://47.52.152.234/static/upload/images/default/5.png",
"MembersUrl": "http://47.52.202.159:8099/laychat/laychat/members?uid=999_44231_49190&&username=Owensb123&&sign=123131&&avatar=http://47.52.152.234/static/upload/images/default/5.png",
"UploadImageUrl": "http://47.52.202.159:8099/laychat/laychat/uploadImg?uid=999_44231_49190&&username=Owensb123&&sign=123131&&avatar=http://47.52.152.234/static/upload/images/default/5.png",
"UploadFileUrl": "http://47.52.202.159:8099/laychat/laychat/uploadFile?uid=999_44231_49190&&username=Owensb123&&sign=123131&&avatar=http://47.52.152.234/static/upload/images/default/5.png",
"ChatLogUrl": "http://47.52.202.159:8099/laychat/laychat/chatLog?uid=999_44231_49190&&username=Owensb123&&sign=123131&&avatar=http://47.52.152.234/static/upload/images/default/5.png&&",
"UpdateSignUrl": "http://47.52.202.159:8099/laychat/laychat/updateSign?uid=999_44231_49190&&username=Owensb123&&sign=123131&&avatar=http://47.52.152.234/static/upload/images/default/5.png",
"MsgBoxUrl": "http://47.52.202.159:8099/laychat/laychat/msgBox?uid=999_44231_49190&&username=Owensb123&&sign=123131&&avatar=http://47.52.152.234/static/upload/images/default/5.png",
"GetNoticeUrl": "http://47.52.202.159:8099/laychat/laychat/getNotice?uid=999_44231_49190&&username=Owensb123&&sign=123131&&avatar=http://47.52.152.234/static/upload/images/default/5.png",
"AgreeUrl": "http://47.52.202.159:8099/laychat/laychat/agree?uid=999_44231_49190&&username=Owensb123&&sign=123131&&avatar=http://47.52.152.234/static/upload/images/default/5.png",
"findUrl": "http://47.52.202.159:8099/laychat/laychat/find?uid=999_44231_49190&&username=Owensb123&&sign=123131&&avatar=http://47.52.152.234/static/upload/images/default/5.png",
"leaveGroupUrl": "http://47.52.202.159:8099/laychat/laychat/leave_group?uid=999_44231_49190&&username=f001&&sign=123131&&avatar=http://47.52.152.234/static/upload/images/default/5.png",
"groupMemberActUrl": "http://47.52.202.159:8099/laychat/laychat/groupMemberAct?uid=999_44231_49190&&username=f001&&sign=123131&&avatar=http://47.52.152.234/static/upload/images/default/5.png",
"remarks": "http://47.52.202.159:8099/laychat/laychat/exec_remarks?uid=999_44231_49190&&username=f001&&sign=123131&&avatar=http://47.52.152.234/static/upload/images/default/5.png",
"AllowUse": true
},
"Code": 0
}</code></pre>
</li>
</ul>
<pre><code>
**返回数据说明**
|字段|注释|
|:---- |------ |
|BaseUrl | 接口基础地址 |
|Address| 置服务端websocket地址 |
|BindUrl | 将当前socket链接与用户绑定,并加入到对应群组|
|InitUrl | 初始化好友列表和群组接口|
|SendMessageUrl | 发消息接口地址|
|MembersUrl | 获取群成员接口地址|
|UploadImageUrl | 上传图片接口地址 |
|UploadFileUrl | 上传文件接口地址|
|ChatLogUrl | 消息记录地址 |
|UpdateSignUrl | 更新个性签名接口地址 |
|MsgBoxUrl | 消息盒子地址|
|GetNoticeUrl | 消息盒子中ajax获取消息的地址|
|AgreeUrl | 在消息盒子里操作时|
|findUrl | 搜索地址|
|leaveGroupUrl | 退出群接口地址|
|groupMemberActUrl | 群成员操作接口地址|
|remarks | 备注接口地址|
|AllowUse | 是否允许使用客服系统|</code></pre>