简要描述
请求URL
请求方式
headers参数
参数名 |
必选 |
类型 |
说明 |
authorization |
是 |
string |
token |
返回示例
{
"status": 0,
"message": "成功",
"result": {
"serviceTel": "400-6728-898",
"goToWorkTime": "09:00",
"goOffWorkTime": "24:00",
"onlineServiceUrl": "https://cschat-ccs.aliyun.com/index.htm?tntInstId=_2VOIytM&scene=SCE00011129",
"outTel": "028-67871730"
"payType": "支付宝1",
"payPrice": "39.9",
"borrowinglimit": "20000"
}
}
返回参数说明
参数 |
类型 |
描述 |
status |
string |
状态 |
message |
string |
提示信息 |
- result |
object |
返回信息 |
serviceTel |
string |
客服服务电话 |
goToWorkTime |
string |
客服上班时间 |
goOffWorkTime |
string |
客服下班时间 |
onlineServiceUrl |
string |
在线客服url地址 |
outTel |
string |
外呼电话 |
payType |
int |
支付方式 |
payPrice |
float |
支付价格 |
borrowinglimit |
float |
最高可借额度 |