1.URL
http://124.223.60.234:8080/system/asset/register/queryUserRegisterList
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": 1,
"size": 1,
"data": [
{
"id": "E2DBAA506ABF44689FDA81383C1FE9DE",
"contacts": "yytx.zhang",
"phoneNum": "13456789094",
"email": "13456789094@qq.com",
"companyName": "亿元通讯",
"companyAddress": "xxxxxxxxxxxxxxxxxxx",
"country":"china",
"timeDiff":28800,
"certificates":"[]",
"applicationTime": "2023-01-09 15:20:37",
"applicationReason": "xxxxxxxxxxxxx",
"reviewer": "8F2744CF926044CF8E5B44D2BF7D0BF0",
"reviewerName": "leave",
"reviewTime": "2023-01-09 15:20:37",
"reviewStatus": 1,
"reviewReason": "xxxxxxxxx",
"userId": "8F2744CF926044CF8E5B44D2BF7D0BF0",
"userName": "yytx",
"orgId": "8F2744CF926044CF8E5B44D2BF7D0BF0",
"orgName": "亿元通讯"
}
]
}
}
3.2.返回结果说明
| 字段 | 类型 | 说明 |
|---|---|---|
| code | int | 返回状态 |
| message | String | 返回结果描述 |
| data | object | 返回结果体 |
data说明
| 字段 | 类型 | 说明 |
|---|---|---|
| total | String | 总条数 |
| size | String | 多少页 |
| data | object | 每页的结果集合 |
data说明
| 字段 | 类型 | 说明 |
|---|---|---|
| id | String | 记录唯一标识 |
| contacts | String | 联系人 |
| phoneNum | String | 联系电话 |
| String | 联系邮箱 | |
| companyName | String | 公司名称 |
| companyAddress | String | 公司地址 |
| country | String | 所属国家 |
| timeDiff | int | 时差,单位:s |
| certificates | String | 上传的公司正价URL集合,JSON字符串 |
| applicationTime | String | 申请时间 |
| applicationReason | String | 申请原因 |
| reviewer | String | 审核人唯一标识 |
| reviewerName | String | 审核人名称 |
| reviewStatus | int | 审核状态(1:通过;2:拒绝) |
| reviewReason | String | 审核说明 |
| userId | String | 审核成功后用户唯一标识 |
| userName | String | 用户名 |
| orgId | String | 审核成功后组织唯一标识 |
| orgName | String | 审核成功后组织名称 |
Author:admin Create time:2024-05-25 15:22
Last editor:admin Update time:2025-10-31 14:50
Last editor:admin Update time:2025-10-31 14:50