查询智能服务热线列表
开发中
测试环境
http://47.109.69.90:10001
测试环境
http://47.109.69.90:10001
GET
/business/intelligentServiceHotline/list
请求参数
Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token示例:
Authorization: Bearer ********************
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://47.109.69.90:10001/business/intelligentServiceHotline/list'
返回响应
🟢200成功
application/json
Body
total
integer
必需
rows
array [object {21}]
必需
createBy
null
必需
createTime
string
必需
updateBy
null
必需
updateTime
null
必需
remark
null
必需
delFlag
null
必需
id
integer
必需
logId
integer
必需
deptId
null
必需
calledNo
string
必需
kharea
string
必需
startTime
string
必需
endTime
string
必需
calledUserId
integer
必需
languageType
string
必需
askType
string
必需
accountNumber
string
必需
sensitiveUserId
integer
必需
processState
null
必需
processId
null
必需
processMsg
null
必需
code
integer
必需
msg
string
必需
示例
{
"total": 0,
"rows": [
{
"createBy": null,
"createTime": "string",
"updateBy": null,
"updateTime": null,
"remark": null,
"delFlag": null,
"id": 0,
"logId": 0,
"deptId": null,
"calledNo": "string",
"kharea": "string",
"startTime": "string",
"endTime": "string",
"calledUserId": 0,
"languageType": "string",
"askType": "string",
"accountNumber": "string",
"sensitiveUserId": 0,
"processState": null,
"processId": null,
"processMsg": null
}
],
"code": 0,
"msg": "string"
}
修改于 2023-10-17 08:36:35