简要描述
请求URL
请求方式
参数
| 参数名 |
必选 |
类型 |
说明 |
| empName |
是 |
string |
姓名 |
| gender |
是 |
string |
性别(M,F) |
| idcard |
是 |
string |
身份证号码 |
| mobile |
是 |
string |
电话号码(唯一) |
| positionType |
是 |
string |
岗位类型(DRIVER=驾驶员,DISPATCHER=调度员) |
| routeCode |
否 |
string |
归属线路编号 |
返回示例
{
"code":0,
"msg":null,
"data":{
"id":96,
"userId":null,
"orgId":null,
"empName":"西柚",
"empNum":null,
"positionType":"DRIVER",
"gender":"M",
"driveLicense":"A",
"licenseFirstDate":"2016-07-06 00:00:00",
"idcard":"5110",
"joinDate":"2020-07-16 00:00:00",
"resignDate":"2022-07-31 00:00:00",
"opServiceNum":null,
"faceImgUrl":"/admin/sys-file/dev-vasms/e13672c7eb4a4756943a0365c63bdde9.jpg",
"faceImgShortUrl":null,
"status":1,
"mobile":"1569",
"isDelete":0,
"createdBy":"177965080",
"createdTime":"2022-07-23 10:30:53",
"updatedBy":"186868023",
"updatedTime":"2022-07-25 10:00:20",
"createdByName":null,
"updatedByName":null
}
}
返回参数说明
| 参数名 |
类型 |
说明 |
| id |
int |
人员id |
| userId |
Long |
关联的系统用户id |
| empName |
String |
姓名 |
| empNum |
String |
人员编号 |
| positionType |
String |
岗位类型(DRIVER=驾驶员,DISPATCHER=调度员) |
| gender |
String |
性别(M,F) |
| driveLicense |
String |
驾驶证类型(N,A,B,C) |
| licenseFirstDate |
String |
驾驶证首次领证日期 |
| idcard |
String |
身份证号 |
| joinDate |
String |
入职日期 |
| resignDate |
String |
离职日期 |
| opServiceNum |
String |
营运服务证编号 |
| faceImgUrl |
String |
人脸图像地址 |
| status |
String |
人员状态(1=在职,0=离职) |
| mobile |
String |
手机号 |
备注
文档更新时间: 2022-08-08 15:50 作者:admin