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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
| {
| "base_sys_param": [
| {
| "keyName": "rich",
| "name": "富文本参数",
| "data": "<h3><strong>这是一个富文本</strong></h3><p>xxx</p><p>xxxxxxxxxx</p><p><br></p>",
| "dataType": 1,
| "remark": null
| },
| {
| "keyName": "json",
| "name": "JSON参数",
| "data": "{\n \"code\": 111233\n}",
| "dataType": 0,
| "remark": null
| },
| {
| "keyName": "file",
| "name": "文件",
| "data": "",
| "dataType": 2,
| "remark": null
| },
| {
| "keyName": "text",
| "name": "测试",
| "data": "这是一段字符串",
| "dataType": 0,
| "remark": null
| }
| ],
| "base_sys_conf": [
| {
| "cKey": "logKeep",
| "cValue": "31"
| },
| {
| "cKey": "recycleKeep",
| "cValue": "31"
| }
| ],
| "base_sys_department": [
| {
| "id": 1,
| "name": "COOL",
| "parentId": null,
| "orderNum": 0
| },
| {
| "id": 11,
| "name": "开发",
| "parentId": 12,
| "orderNum": 2
| },
| {
| "id": 12,
| "name": "测试",
| "parentId": 1,
| "orderNum": 1
| },
| {
| "id": 13,
| "name": "游客",
| "parentId": 1,
| "orderNum": 3
| }
| ],
| "base_sys_role": [
| {
| "id": 1,
| "userId": "1",
| "name": "超管",
| "label": "admin",
| "remark": "最高权限的角色",
| "relevance": 1,
| "menuIdList": "null",
| "departmentIdList": "null"
| }
| ],
| "base_sys_user": [
| {
| "id": 1,
| "departmentId": 1,
| "name": "超级管理员",
| "username": "admin",
| "password": "e10adc3949ba59abbe56e057f20f883e",
| "passwordV": 7,
| "nickName": "管理员",
| "phone": "18000000000",
| "email": "team@cool-js.com",
| "status": 1,
| "remark": "拥有最高权限的用户",
| "socketId": null
| }
| ],
| "base_sys_user_role": [
| {
| "userId": 1,
| "roleId": 1
| }
| ]
| }
|
|