格式化代码

v1.0
bobi 2019-05-15 22:37:40 +08:00
parent 456f9964c3
commit 92a29e1541
2 changed files with 9 additions and 9 deletions

View File

@ -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"
} }
] ]

View File

@ -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"
} }
] ]
} }