文档
测试

员工管理员

GET
http://www.yunying.com/getWorkerList/:Id

请求参数

参数名
类型
描述
必填
Id
String
管理员账号
必填

响应参数

参数名
类型
描述
必填
code
Number
接口状态码
必填
msg
String
接口信息
必填
WorkerList
Array
该管理员负责的所有员工信息
必填
Id
string
员工账号
必填
Password
object
员工密码
必填
Info
string
密码内容
必填
Solid
string
密码强度
必填
Name
string
员工姓名
必填
Department
string
员工所在部门
必填
Type
int
员工类型
必填
CreateTime
int
员工信息创建时间
必填
Phone
string
员工电话
必填

说明 / 示例

接口示例: http://www.yunying.com/getWorkerList/"10023" 返回参数: { "code":0, "msg":"success", "WorkerList": [{ "Id": "0012", "Password": { "Info":"6321121","Solid":"强"},//账号密码及其强弱 "Name": "",//员工姓名 "Department": "技术运营部", "Type": 0,//0代表员工,1代表管理员 "CreateTime": 37487293,//账号创建时间 "Phone": "13532749184"//联系电话 },......] }