文档
测试

查询用户列表 Get User Information

POST
https://dataopen.lvcchong.com/open/oem/getUserList

接口描述

查询用户信息

请求头

参数名
类型
描述
必填
token
String
身份标识 Identification
必填

请求参数

application/x-www-form-urlencoded
参数名
类型
描述
必填
pageSize
Integer
每页数量 Number each page
必填
pageNum
Integer
页码 Page numbe
必填
beginTime
Long
开始时间(例:28498000) Start time (example: 28498000)
可选
endTime
Long
结束时间戳(毫秒)
可选
userId
Integer
用户id User id
可选
estateId
Integer
小区id estate id
可选
phone
String
手机号 Phone number
可选

响应参数

参数名
类型
描述
必填
data
object
数据字典 data detail
可选
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
必填
success
boolean
请求成功与否标识 Identification for request success or no
必填
code
String
code
可选

说明 / 示例

说明 返回示例 Return the example ``` { "data": { "page": { "total": 1, "pages": 1, "pageSize": 2, "pageNum": 1 }, "list": [ { "alipayUser": false, "city": "赣州市", "cityId": 270222, "corporateAccountFalg": 0, "countyId": 0, "email": "", "estateId": -1, "id": 6325992, "identificationStatus": 0, "inTime": 1660793447000, "isCount": 0, "level": 1, "lvccCoin": 0, "owner": "LVCC", "ownerId": 0, "phone": "18601114131", "province": "江西省", "provinceId": 262698, "sysUserId": -1, "tag": "", "userName": "充电用户", "userPoint": 0, "wechatAppletUser": false, "wechatUser": false } ] }, "success": true } ```