获取未处理且找到关联用户的最新的一条
开发中
测试环境
http://47.109.69.90:10001
测试环境
http://47.109.69.90:10001
GET
/business/intelligentServiceHotline/listNotHandle
请求参数
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/listNotHandle'
返回响应
🟢200成功
application/json
Body
msg
string
必需
code
integer
必需
data
array [object {26}]
必需
createBy
null
必需
createTime
string
必需
updateBy
null
必需
updateTime
null
必需
remark
null
必需
delFlag
null
必需
id
integer
必需
logId
integer
必需
deptId
integer
必需
deptName
null
必需
calledNo
string
必需
kharea
string
必需
startTime
string
必需
endTime
string
必需
calledUserId
integer
必需
calledUserInfo
object
必需
languageType
string
必需
askType
string
必需
accountNumber
string
必需
sensitiveUserId
integer
必需
sensitiveUserStr
string | null
必需
processState
string
必需
processTime
null
必需
processId
null
必需
processName
null
必需
processMsg
null
必需
示例
{
"msg": "string",
"code": 0,
"data": [
{
"createBy": null,
"createTime": "string",
"updateBy": null,
"updateTime": null,
"remark": null,
"delFlag": null,
"id": 0,
"logId": 0,
"deptId": 0,
"deptName": null,
"calledNo": "string",
"kharea": "string",
"startTime": "string",
"endTime": "string",
"calledUserId": 0,
"calledUserInfo": {
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"remark": null,
"delFlag": null,
"id": 0,
"deptId": null,
"dept": null,
"code": "string",
"userName": "string",
"courtsId": 0,
"courtsInfo": {
"createBy": null,
"createTime": null,
"updateBy": null,
"updateTime": null,
"remark": null,
"delFlag": null,
"id": 0,
"deptId": 0,
"dept": null,
"code": "string",
"name": "string",
"lineCode": null,
"lineName": null,
"telegraphedCapacity": null,
"dgCapacity": null,
"transformerCapacity": null,
"transformerCode": null,
"transformerManufacturer": null,
"addr": null,
"startTime": null,
"transformerModel": null,
"boxNum": null,
"userNum": 0,
"chargeName": null,
"phone": null,
"customerManager": "string",
"customerManagerPhone": "string",
"maintainDept": "string",
"equityDivide": null
},
"type": "string",
"userClassify": "string",
"industryType": "string",
"industryTypeId": null,
"status": "string",
"voltageClasses": "string",
"sensitivity": null,
"linkman": null,
"contactType": null,
"phone": "string",
"addr": "string",
"age": null,
"cardId": null,
"province": null,
"city": null,
"county": null,
"electricMeterCode": "string",
"meterReader": "string",
"operationCapacity": 0,
"pactCapacity": 0
},
"languageType": "string",
"askType": "string",
"accountNumber": "string",
"sensitiveUserId": 0,
"sensitiveUserStr": "string",
"processState": "string",
"processTime": null,
"processId": null,
"processName": null,
"processMsg": null
}
]
}
修改于 2023-10-17 08:36:38