数通互联化工云平台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

41 lines
722 B

{
"code": 1,
"data": {
"dict": {
"status": {
"0": "停用",
"1": "正常"
}
},
"list": [
{
"id": 2,
"userName": "user",
"nickName": "会员",
"phone": "",
"status": 1,
"role": "",
"password": "123456",
"department": 0,
"post": 0,
"remark": ""
},
{
"id": 1,
"userName": "admin",
"nickName": "管理员",
"phone": "1380013800",
"status": 1,
"role": "1",
"password": "123456",
"department": 2,
"post": 0,
"remark": ""
}
],
"pageInfo": {
"total": 2
}
},
"message": "成功"
}