curl --location --request GET '/admin/employee/100'
{
"code": 0,
"data": {
"createTime": "2019-08-24T14:15:22Z",
"createUser": 0,
"id": 0,
"idNumber": "string",
"name": "string",
"password": "string",
"phone": "string",
"sex": "string",
"status": 0,
"updateTime": "2019-08-24T14:15:22Z",
"updateUser": 0,
"username": "string"
},
"msg": "string"
}