文档
测试

根据关键字查询客户信息列表

GET
http://localhost:8080/oa/infor/findByKeywordList?appointmentTime=2020-11-19%2015%3A20%3A34

请求头

参数名
类型
描述
必填
Authorization
string
示例:eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6ImM2YTlhY2QyLTc3N2UtNDVlZC1iMWI3LTFjN2UwN2MwNDQ1ZiJ9.lsldBSLqK7_j_9BKaiqs_zV7Iz0jzK8UwiYG3Icn5_3OY-55EOOwnd12E03TmaKA0VRiaLiD1knJKZbnaYy9dg
必填

请求参数

参数名
类型
描述
必填
appointmentTime
string
示例:2020-11-19 15:20:34
必填

响应参数

参数名
类型
描述
必填
total
int
示例:2
必填
rows
array
数据列表
必填
searchValue
object
示例:null
必填
createBy
object
示例:null
必填
createTime
object
示例:null
必填
updateBy
object
示例:null
必填
updateTime
object
示例:null
必填
remark
object
示例:null
必填
params
object
数据字典
必填
id
int
示例:1
必填
clientName
string
示例:客戶信息张测试1
必填
phone
string
示例:15524635258
必填
clientGrade
int
示例:134
必填
dictLabel
string
示例:A级
必填
appointmentTime
string
示例:2020-11-19
必填
hospital
string
示例:第三人民医院
必填
departments
string
示例:科室测试
必填
email
string
示例:1226811824@qq.com
必填
telPhone
string
示例:15524263521
必填
userId
int
示例:7
必填
province
object
示例:null
必填
city
object
示例:null
必填
area
object
示例:null
必填
provinceName
string
示例:河北省
必填
cityName
string
示例:石家庄市
必填
areaName
string
示例:长安区
必填
adress
string
示例:地址测试
必填
identityCard
string
示例:1311521995014025565
必填
pictureId
int
示例:1
必填
aboutAuthor
string
示例:测试作者简介
必填
userName
string
示例:测试4
必填
keyword
object
示例:null
必填
code
int
示例:200
必填
msg
string
示例:查询成功
必填

说明 / 示例

{ "total": 2, "rows": [ { "searchValue": null, "createBy": null, "createTime": null, "updateBy": null, "updateTime": null, "remark": null, "params": { }, "id": 1, "clientName": "客戶信息张测试1", "phone": "15524635258", "clientGrade": 134, "dictLabel": "A级", "appointmentTime": "2020-11-19", "hospital": "第三人民医院", "departments": "科室测试", "email": "1226811824@qq.com", "telPhone": "15524263521", "userId": 7, "province": null, "city": null, "area": null, "provinceName": "河北省", "cityName": "石家庄市", "areaName": "长安区", "adress": "地址测试", "identityCard": "1311521995014025565", "pictureId": 1, "aboutAuthor": "测试作者简介", "userName": "测试4", "keyword": null }, { "searchValue": null, "createBy": null, "createTime": null, "updateBy": null, "updateTime": null, "remark": null, "params": { }, "id": 2, "clientName": "客戶信息测试2", "phone": "15524635258", "clientGrade": 140, "dictLabel": "撞单客户", "appointmentTime": "2020-11-19", "hospital": "省中医医院", "departments": "外科测试", "email": "1226811824@qq.com", "telPhone": "15524263521", "userId": 2, "province": null, "city": null, "area": null, "provinceName": "河北省", "cityName": "石家庄市", "areaName": "长安区", "adress": "地址测试1", "identityCard": "1311521995014025565", "pictureId": 1, "aboutAuthor": "测试作者简介", "userName": "ry", "keyword": null } ], "code": 200, "msg": "查询成功" }