1.URL
http://124.223.60.234:8080/system/asset/user/queryLoginOrgUserList
2.请求参数
2.1请求头
token:对应登录验证成功后,data里面对应的tokenId
2.2.参数示例
{
"key":"",
"status":0,
"pageNum":1,
"pageSize":20
}
2.3.参数说明
字段 | 类型 | 说明 | 是否必须 |
---|---|---|---|
key | String | 账户模糊查询Key | Y |
status | int | 查询用户状态(0:全部;1:正常;2:禁用;3:已到期) | Y |
pageNum | int | 分页查询当前页码,默认1 | Y |
pageSize | int | 分页查询每页显示条数,默认20 | Y |
3.接口应答
3.1.返回示例
{
"code": 200,
"message": "Operation succeeded",
"data": {
"total": 2,
"size": 1,
"data": [
{
"id": "E2DBAA506ABF44689FDA81383C1FE9DE",
"userName": "yytx",
"password": null,
"roleId": "",
"roleName": null,
"orgId": "8F2744CF926044CF8E5B44D2BF7D0BF0",
"orgName": "亿元通讯",
"status": 0,
"contacts": "yytx.zhang",
"phoneNum": "13456789094",
"email": "13456789094@qq.com",
"descInfo": "国内客户总账户",
"expireTime": "2026-01-01 00:00:00",
"createTime": "2023-01-09 15:20:37",
"creatorId": "F940B79790004404AAC277418FC71C5D",
"creator": "aovx"
},
{
"id": "F940B79790004404AAC277418FC71C5D",
"userName": "aovx",
"password": null,
"roleId": null,
"roleName": null,
"orgId": "F940B79790004404AAC277418FC71C5E",
"orgName": "云息通信",
"status": 1,
"contacts": "Mr.Lee",
"phoneNum": "13530991295",
"email": "790512672@qq.com",
"descInfo": "主账户",
"expireTime": "2026-01-01 00:00:00",
"createTime": "2026-01-01 00:00:00",
"creatorId": null,
"creator": null
}
]
}
}
3.2.返回结果说明
字段 | 类型 | 说明 |
---|---|---|
code | int | 返回状态 |
message | String | 返回结果描述 |
data | object | 返回结果体 |
data说明
字段 | 类型 | 说明 |
---|---|---|
total | String | 总条数 |
size | String | 多少页 |
data | object | 每页的结果集合 |
data说明
字段 | 类型 | 说明 |
---|---|---|
id | String | 用户唯一标识 |
userName | String | 用户名 |
roleId | String | 用户角色Id |
roleName | String | 用户角色名称 |
orgId | String | 公司组织唯一标识 |
orgName | String | 公司组织名称 |
contacts | String | 联系人 |
phoneNum | String | 联系电话 |
String | 联系邮箱 | |
status | String | 状态(0:禁用;1:启用;2:账户已到期) |
descInfo | String | 描述 |
expireTime | String | 账户过期日期 |
createTime | String | 注册时间 |
creatorId | String | 注册人唯一标识 |
creator | String | 注册人 |
4.请求示例
作者:admin 创建时间:2023-04-16 19:38
最后编辑:admin 更新时间:2025-04-23 17:26
最后编辑:admin 更新时间:2025-04-23 17:26