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.
24 lines
384 B
24 lines
384 B
{
|
|
"code": 1,
|
|
"data": {
|
|
"dict": {
|
|
"status": {
|
|
"0": "停用",
|
|
"1": "正常"
|
|
}
|
|
},
|
|
"list": [
|
|
{
|
|
"id": 1,
|
|
"name": "管理员",
|
|
"status": 1,
|
|
"menuId": "2,16,17,18,20,19,3,8,9,10,11,12,13,14,15,4,5,6,7",
|
|
"remark": ""
|
|
}
|
|
],
|
|
"pageInfo": {
|
|
"total": 1
|
|
}
|
|
},
|
|
"message": "成功"
|
|
}
|
|
|