客服设置保存
开发中POST
/adminapi/setting.customer/setConfig请求参数
Header 参数
token
string
可选
示例值:
{{adminToken}}
Body 参数application/json
qr_code
object
客服二维码
value
string
必需
title
object
客服标题
value
string
必需
status
integer
必需
phone
object
联系电话
value
string
必需
status
integer
必需
service_time
object
服务时间
value
string
必需
status
integer
必需
示例
{
"qr_code": {
"value": "http://php-ws.yixiangonline.com/uploads/images/20231130/202311301513345e78f8773.png"
},
"title": {
"value": "123",
"status": 1
},
"phone": {
"value": "123",
"status": 1
},
"service_time": {
"value": "123",
"status": 1
}
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer
必需
show
integer
必需
msg
string
必需
data
object
必需
qr_code
string
必需
wechat
string
必需
phone
string
必需
service_time
string
必需
示例
{
"code": 0,
"show": 0,
"msg": "string",
"data": {
"qr_code": "string",
"wechat": "string",
"phone": "string",
"service_time": "string"
}
}
最后修改时间: 1 年前