宜兴政企通
domain说明
序号 | 系统 | 环境 | 地址 | 备注 |
---|---|---|---|---|
1 | 宜兴政企通 | 测试 | https://test-gateway.eazytec-cloud.com/YX | 适用【宜兴政企通】 |
2 | 宜兴政企通 | 线上 | https://gateway.eazytec-cloud.com/YX | 适用【宜兴政企通】 |
3 | 宜兴政企通 | 线上-政务外网 | http://10.36.12.1:8000/YX(vpn) http://2.18.243.11:8000/YX(政务外网) | 适用【宜兴政企通-政务外网】 |
用户相关接口说明
序号 | 接口详情 | 地址 |
---|---|---|
1.1 | 根据openId查看个人信息 | {domain}/tng-boot/md/eorg/user/queryByOpenId |
接口: 1.1 根据openId查看个人信息
请求URL
{domain}/tng-boot/md/eorg/user/queryByOpenId
请求方式
GET
请求Header参数 >
key | value | 举例 | 是否必须 |
---|---|---|---|
Content-Type | application/json | application/json | 是 |
- 请求Query参数
参数 | 描述 | 格式 | 举例 | 是否必须 |
---|---|---|---|---|
openId | 标识用户信息的唯一id(不是userId) | String | XXX | 是 |
type | 企业或者政府或者运营平台 | String | com | 是 |
- 返回
返回成功
{
"status": 200,
"msg": "success",
"data": {
"userId": "b1d8fa77-b751-4f05-8e23-d6237d4259c9",
"openid": "f:923558c7-178c-4d1f-be73-a565f07b64ab:913202006754651566",
"username": "913202006754651566",
"password": "45fbd9f1e6e23b9f2f975ab8c007846a480b021e",
"salt": null,
"realname": "谢乾",
"avatar": "https://test-gateway.eazytec-cloud.com/EFS_gcs/general/202006/a2eac4cb-abe0-4f32-a52d-b896afa47b90_1591319263194_卓易logo灰字.png",
"phone": "15895872796",
"sex": null,
"locked": 0,
"ctime": 1538209224044,
"lastLoignTime": 1592897866084,
"userType": "1",
"lastLoginBaseId": "53bc8f43-98f9-4c0f-a4ed-e88f323cc1aa",
"email": null,
"weixin": null,
"qq": null,
"landlinePhone": null,
"lastLoginLabelId": "354e5e6a-039c-4253-93e9-b79c90ef63b5",
"source": null,
"defCom": "53bc8f43-98f9-4c0f-a4ed-e88f323cc1aa",
"isComplete": 1,
"skipApply": 1,
"lastLoginUsername": "913202006754651566"
}
}
参数 | 描述 |
---|---|
userId | 用户id |
openid | 标识用户信息的唯一id |
username | 用户登录名 |
password | 加盐编码后的密码 |
realname | 用户真实姓名 |
avatar | 头像地址 |
phone | 手机号 |
sex | 性别 |
defCom | 默认企业baseId |
ctime | 用户创建时间戳 |
lastLoignTime | 上次登录时间戳 |
lastLoginBaseId | 上次登录企业baseId |
lastLoginLabelId | 上次登录企业所属政府labelId(弃用) |