1234567891011121314151617181920212223242526272829303132333435363738 |
- [
- {
- "id": 1,
- "tenant_id": "000000",
- "role_name": "超级管理员",
- "role_key": "superadmin",
- "role_sort": 1,
- "data_scope": "1",
- "menu_check_strictly": 1,
- "dept_check_strictly": 1,
- "status": "0",
- "del_flag": "0",
- "create_dept": 103,
- "create_by": 1,
- "update_by": null,
- "update_time": null,
- "remark": "超级管理员"
- },
- {
- "id": 2,
- "tenant_id": "000000",
- "role_name": "普通角色",
- "role_key": "common",
- "role_sort": 2,
- "data_scope": "2",
- "menu_check_strictly": 1,
- "dept_check_strictly": 1,
- "status": "0",
- "del_flag": "0",
- "create_dept": 103,
- "create_by": 1,
- "update_by": null,
- "update_time": null,
- "remark": "普通角色"
- }
- ]
|