新增客服信息
POST
/webtenant/system/customer/service请求参数
Body 参数application/json
array of:
enable
boolean
启用
id
integer <int64>
主键
linkUrl
string
接入链接
receptionTime
string
接待时间
serviceImage
string
客服头像
serviceName
string
客服名称
type
string
客服类型
示例
[
{
"enable": true,
"id": 0,
"linkUrl": "string",
"receptionTime": "string",
"serviceImage": "string",
"serviceName": "string",
"type": "string"
}
]
示例代码
返回响应
OK(200)
Created(201)
Unauthorized(401)
Forbidden(403)
Not Found(404)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
code
integer <int32>
可选
data
object
可选
msg
string
可选
traceId
string
可选
示例
{
"code": 0,
"data": {},
"msg": "string",
"traceId": "string"
}
最后修改时间: 7 小时前