文档
测试

人员列表

POST
http://1503452il4.51mypc.cn/feedbackAuth/query

接口描述

查询快速反馈人员列表

请求参数

参数名
类型
描述
必填
mobile
String
手机号(支持右模糊查询)
必填
realName
String
姓名(支持全模糊查询)
必填

响应参数

参数名
类型
描述
必填
code
string
示例:200
必填
result
object
数据字典
必填
records
array
数据列表
必填
id
int
示例:1
必填
backendUserId
int
示例:27
必填
sumMoney
int
示例:0
必填
money
int
示例:0
必填
freshType
int
示例:2
必填
freshRule
string
示例:* * 15 14 * ?
必填
realName
string
示例:a
必填
mobile
string
示例:13222222222
必填
hotelName
string
示例:天津测试门店,yintesting门店,选房测试门店
必填
createTime
string
示例:2020-08-14 09:37:10
必填
createBy
string
示例:zhangst
必填
updateTime
object
示例:null
必填
updateBy
object
示例:null
必填
surplusTime
string
示例:7分钟12秒
必填
total
int
示例:1
必填
size
int
示例:10
必填
current
int
示例:1
必填
orders
array
数据列表
必填
searchCount
boolean
示例:false
必填
pages
int
示例:1
必填
success
boolean
示例:true
必填
timestamp
string
示例:2020-08-14 14:52:48
必填

说明 / 示例

**返回示例** ```json { "code": "200", "result": { "records": [ { "id": 1, "backendUserId": 27, "sumMoney": 0.00, "money": 0.00, "freshType": 2, "freshRule": "* * 15 14 * ?", "realName": "a", "mobile": "13222222222", "hotelName": "天津测试门店,yintesting门店,选房测试门店", "createTime": "2020-08-14 09:37:10", "createBy": "zhangst", "updateTime": null, "updateBy": null, "surplusTime": "7分钟12秒" } ], "total": 1, "size": 10, "current": 1, "orders": [], "searchCount": false, "pages": 1 }, "success": true, "timestamp": "2020-08-14 14:52:48" } ``` **result说明** |参数名|类型|说明| |-|-|-| |id | LONG | 主键ID | |backendUserId | LONG | 管理员ID | |sumMoney | Double | 授权金额 | |money | Double | 剩余金额 | |freshType | String | 刷新方式 1:日额度 2:月额度 9:无权限 | |freshRule | String | 刷新规则 | |realName | String | 管理员姓名 | |mobile | String | 管理员手机号 | |hotelName | String | 管理酒店, 多个酒店","相隔| |createTime | Date| 创建时间| |createBy | String | 创建人| |updateTime | Date| 更新时间| |updateBy | String | 更新人| |surplusTime | String | 下次更新时间|