Authored by tanling

在线客服接入接口

## 1、在线客服接入接口##
在线客服接入接口(app.helper.getServiceOnline)
#### 公共请求参数
| 参数名称 | 参数类型 | 长度 | 可否为空 | 示例 | 默认值 | 备注 |
|:-------| -----:|-----:|-----:|-----:|-----:|----:|
|client_secret|string|50|否|5ac68f20cb18efe154be||进入接口提供的参数加密信息|
|app_version|float|10|否|1||APP版本|
|os_version|string|20|否|Android4.4||系统版本+机器型号|
|client_type|string|20|否|iphone/android/ipad||手机型号(不区分大小写)|
|screen_size|string|20|否|800x900||(手机尺寸)|
#### 请求参数
#### 接口说明
| 接口说明||
|:-------| -----:|
|请求域名|http://api.yoho.cn|
|接口名|method=app.helper.getServiceOnline|
|接口说明|校验是否是注册用户|
|http请求方式|POST/GET|
#### 返回错误
|错误code|错误提示|
|:-------| -----:|
|500|参数缺失|
注意,通用的头部没有列出。
请求示例
?method=app.helper.getServiceOnline
### 响应
code为200即为成功,否则是失败。
响应参数,data部分
响应成功JSON(BLK-PC)格式如下所示:
```json
{
"alg": "SALT_MD5",
"code": 200,
"data":
{
"type": 1,
"url": "http://chat8.live800.com/live800/chatClient/chatbox.jsp?companyID=620092&configID=149091&jid=8732423409"
},
"md5": "989ce30030faa2e1367fb2c162cc4be0",
"message": "操作成功"
}
```
... ...