- 用户端
- 登录注册
- 服务
- 评价
- 基础配置
- 师傅
- 用户
- 订单
- 支付
- 广告
- 地区
- 搜索
- 管理后台
- 服务管理
- 用户管理
- 师傅管理
- 订单管理
- 广告管理
- 渠道设置
- 系统设置
- 应用管理
- 地区
- 财务管理
- 装修管理
- 师傅端
获取客服配置
GET
/api/config/getKefuConfig
请求参数
Header 参数
token
string
必需
默认值:
217ba8ac94c48c81403500017f8c13fc
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/config/getKefuConfig' \
--header 'token;'
返回响应
🟢200成功
application/json
Body
code
integer
必需
show
integer
必需
msg
string
必需
data
object
必需
mnp
object
小程序配置
oa
object
公众号配置
h5
object
h5配置
示例
{
"code": 0,
"show": 0,
"msg": "string",
"data": {
"mnp": {
"way": "string",
"name": "string",
"remarks": "string",
"phone": "string",
"business_time": "string",
"qr_code": "string"
},
"oa": {
"way": "string",
"name": "string",
"remarks": "string",
"phone": "string",
"business_time": "string",
"qr_code": "string",
"enterprise_id": "string",
"kefu_link": "string"
},
"h5": {
"way": "string",
"name": "string",
"remarks": "string",
"phone": "string",
"business_time": "string",
"qr_code": "string",
"enterprise_id": "string",
"kefu_link": "string"
}
}
}
修改于 2024-11-14 08:51:22