Workorder/kefu/get kefu phone
来自技术开发小组内部wiki
功能说明
获取客服电话
URL
http://[域名]/workorder/kefu/get_kefu_phone
返回格式
支持json,xml.通过format参数来控制
HTTP请求方式
POST.可以post的数据为xml或json.
输入参数说明
无需参数
正式环境请求示例
http://api.fumubang.com/workorder/kefu/get_kefu_phone 测试环境 http://api.fumubang.net/workorder/kefu/get_kefu_phone 本地环境 http://dev-api.fumubang.net/workorder/kefu/get_keft_phone
返回参数说明
参数 | 说明 |
---|---|
kefu_phone |
客服电话 |
正确返回示例
{
"status": "success",
"data": {
"kefu_phone": "400-888-8888"
}
}