格式化代码
parent
456f9964c3
commit
92a29e1541
|
|
@ -8,9 +8,9 @@
|
||||||
"url": "http://ok-admin.xlbweb.cn",
|
"url": "http://ok-admin.xlbweb.cn",
|
||||||
"method": "GET",
|
"method": "GET",
|
||||||
"ip": "127.0.0.1",
|
"ip": "127.0.0.1",
|
||||||
"timeConsuming": 100,
|
"timeConsuming": 100,
|
||||||
"status": true,
|
"status": true,
|
||||||
"operator": "admin",
|
"operator": "admin",
|
||||||
"operatingTime": "2019-05-15 12:08:08"
|
"operatingTime": "2019-05-15 12:08:08"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,12 @@
|
||||||
{
|
{
|
||||||
"status": 1000,
|
"status": 1000,
|
||||||
"msg": "查询成功",
|
"msg": "查询成功",
|
||||||
"data": [{
|
"data": [
|
||||||
"id": "1",
|
{
|
||||||
"name": "根目录",
|
"id": "1",
|
||||||
"isParent": true
|
"name": "根目录",
|
||||||
},
|
"isParent": true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "2",
|
"id": "2",
|
||||||
"name": "会员管理",
|
"name": "会员管理",
|
||||||
|
|
@ -85,5 +86,4 @@
|
||||||
"parentId": "11"
|
"parentId": "11"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue