Authorization: Bearer ********************
curl --location --request GET 'http://47.109.69.90:10001/business/intelligentServiceHotline/list'
{
"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"
}