1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
| { "resultCode": 200, "resultJson": { "code": 0, "msg": null, "data": [ { "id": 1000, "api": [ "/api/token/getRefreshToken", "/api/login/phoneValidCode", "/api/login/imageValidCode", "/api/register/saveUser" ], "parentId": -1, "children": [], "name": "登录页", "path": "login", "sort": 0 }, { "id": 2000, "api": ["/api/register/isExistUser"], "parentId": -1, "children": [], "name": "注册页", "path": "register", "sort": 1 }, { "id": 3000, "api": [], "parentId": -1, "children": [], "name": "首页", "path": "home", "sort": 2 }, { "id": 4000, "api": [], "parentId": -1, "children": [ { "id": 4100, "api": [], "parentId": 4000, "children": [], "name": "客户列表", "path": "list", "sort": 0 }, { "id": 4200, "api": [], "parentId": 4000, "children": [], "name": "客户详情", "path": "detail", "sort": 1 }], "name": "客户", "path": "customer", "sort": 3 }] }, "resultMessage": "获取权限成功" }
|