文档
测试

获取所有的用户信息Get all user information

POST
/queryUserList

接口描述

应用场景 Application scenarios 获取所有的用户信息 Get all user information

请求参数

application/x-www-form-urlencoded
参数名
类型
描述
必填
token
String
身份标识 Identification
必填
pageSize
Integer
每页数量 Number each page
必填
pageNum
Integer
页码 Page numbe
必填
beginTime
Long
开始时间(例:28498000) Start time (example: 28498000)
可选
endTime
Long
结束时间(例:28570235) End time (example: 28570235)
可选
userId
Integer
用户id User id
可选
phone
String
手机号 Phone Number
可选

响应参数

参数名
类型
描述
必填
success
boolean
请求成功与否标识 Identification for request success or no
必填
data
object
数据字典
必填
list
array
数据列表
必填
alipayUser
boolean
示例:false
必填
city
string
城市名 city name 示例:赣州市
必填
cityId
Integer
城市Id city ID 示例:270222
必填
corporateAccountFalg
Integer
示例:0
必填
county
string
区县名 District/County name 示例:章贡区
必填
countyId
Integer
区县Id District/County Id 示例:270224
必填
email
string
邮箱地址 email address
必填
estateId
Integer
示例:-1
必填
id
Integer
id
必填
identificationStatus
Integer
示例:0
必填
inTime
Integer
插入时间 Insertion time 示例:1584010301000
必填
isCount
Integer
是否加入统计 0 加入统计(默认) 1 不统计充值款外的金额 2 完全不统计 Whether to add statistics: 0 Add statistics (default) 1 Do not count the amount other than the recharge 2 No statistics at all
必填
level
Integer
示例:1
必填
lvccCoin
Integer
示例:0
必填
owner
string
示例:NONE
必填
ownerId
Integer
公众号Id Official ID
必填
phone
string
手机号 phone number
必填
province
string
省份名 province name示例:江西省
必填
provinceId
Integer
省份id Province id 示例:262698
必填
sysUserId
Integer
示例:-3
必填
tag
string
用户标签 custom label
必填
userPoint
Integer
示例:0
必填
wechatAppletUser
boolean
示例:false
必填
wechatUser
boolean
示例:false
必填
userName
String
用户昵称 User's Nickname
必填
page
object
分页对象 page object
可选
pageNum
Integer
页码 Page numbe
可选
pageSize
Integer
每页数量 Number each page
可选
total
Long
总记录数 Total record number
可选
pages
Integer
总页数 Total page number
可选

说明 / 示例

返回示例 Return the example ``` { "data": { "page": { "total": 4, "pages": 1, "pageSize": 10, "pageNum": 1 }, "list": [ { "alipayUser": false, "city": "赣州市", "cityId": 270222, "corporateAccountFalg": 0, "county": "章贡区", "countyId": 270224, "email": "", "estateId": -1, "id": 123574, "identificationStatus": 0, "inTime": 1584010301000, "isCount": 0, "level": 1, "lvccCoin": 0, "owner": "NONE", "ownerId": 117, "phone": "", "province": "江西省", "provinceId": 262698, "sysUserId": -3, "tag": "", "userName": "20200312185141_kefu", "userPoint": 0, "wechatAppletUser": false, "wechatUser": false }, { "alipayUser": false, "city": "成都市", "cityId": 545533, "corporateAccountFalg": 0, "county": "市辖区", "countyId": 545534, "email": "", "estateId": 1150, "id": 123576, "identificationStatus": 0, "inTime": 1584011897000, "isCount": 2, "level": 1, "lvccCoin": 0, "owner": "NONE", "ownerId": 117, "phone": "158107976999", "province": "四川省", "provinceId": 545532, "sysUserId": -1, "tag": "", "userName": "", "userPoint": 0, "wechatAppletUser": false, "wechatUser": false } ] }, "success": true } ```