接口描述:
接口版本:
版本号 |
制定人 |
制定日期 |
修订日期 |
1.0.0 |
庞晓宇 |
2021-07-22 |
2021-07-22 |
请求URL:
请求方式:
请求参数:
返回参数说明:
参数名 |
类型 |
说明 |
code |
int |
0 |
msg |
string |
success |
data |
json |
查询成功返回员工数据 |
返回数据说明:
参数名 |
是否必须 |
类型 |
说明 |
nickName |
string |
昵称 |
|
userId |
string |
员工ID |
|
storeId |
string |
门店ID |
|
loginUserName |
string |
登录用户名 |
|
返回示例:
{
"code": 0,
"msg": "success",
"data": {
"createUserId": 12,
"googleAuthStatus": 0,
"ps": null,
"passwordTimeOut": null,
"isSuperAdmin": 1,
"isAcceptMsg": 0,
"googleAuthSecretKey": "S2X24CPSHGROQKRR",
"lastLoginIp": null,
"loginPassword": "$2a$10$NRp2JrqP9Cbdy9Iyn.7oi..H58kVHhZe5Av4tvPYaA4WUmw.ZO9Ci",
"storeName": "eeeeeeeee",
"currentUserRoleType": "superAdmin",
"belongInfoId": 20000008,
"email": "15866667777@163.com",
"workStatus": 1,
"belongInfoType": 1,
"nickName": "eeeeeeeee",
"sex": 0,
"mobile": "15866667777",
"updateTime": "2021-07-22 11:46:26",
"avatar": null,
"storeId": 1009,
"userId": 13,
"lastLoginTime": null,
"loginUserName": "eeeeeeeee",
"createTime": "2021-07-02 14:47:24",
"workStartTime": "2021-07-02 14:47:49",
"lastPasswordResetTime": "2021-07-02 14:47:24",
"status": 1
}
}
文档更新时间: 2021-10-25 18:08 作者:刘正阳