tccli 3.0.997.1__py2.py3-none-any.whl → 3.0.999.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/examples/cynosdb/v20190107/DescribeClusterDatabases.md +24 -0
- tccli/examples/essbasic/v20210526/ChannelDeleteSealPolicies.md +10 -7
- tccli/examples/essbasic/v20210526/ChannelDescribeOrganizationSeals.md +6 -5
- tccli/examples/essbasic/v20210526/ChannelDescribeRoles.md +669 -447
- tccli/examples/essbasic/v20210526/ChannelUpdateSealStatus.md +6 -3
- tccli/examples/faceid/v20180301/DetectAIFakeFaces.md +52 -0
- tccli/examples/monitor/v20180724/ModifyAlarmPolicyCondition.md +77 -0
- tccli/examples/sqlserver/v20180328/CreateAccount.md +1 -1
- tccli/examples/sqlserver/v20180328/ModifyAccountPrivilege.md +1 -1
- tccli/examples/sqlserver/v20180328/RestartDBInstance.md +1 -1
- tccli/examples/sqlserver/v20180328/StartInstanceXEvent.md +1 -1
- tccli/examples/waf/v20180125/DescribeCCAutoStatus.md +21 -0
- tccli/examples/waf/v20180125/DescribeCCRuleList.md +59 -1
- tccli/examples/waf/v20180125/UpsertCCAutoStatus.md +22 -0
- tccli/examples/wedata/v20210820/DescribeTableMetas.md +90 -0
- tccli/examples/weilingwith/v20230427/DescribeApplicationList.md +48 -2
- tccli/examples/weilingwith/v20230427/DescribeDeviceShadowList.md +21 -2
- tccli/examples/weilingwith/v20230427/DescribeVideoRecordStream.md +9 -1
- tccli/services/cdb/v20170320/api.json +2 -2
- tccli/services/cynosdb/cynosdb_client.py +53 -0
- tccli/services/cynosdb/v20190107/api.json +92 -0
- tccli/services/cynosdb/v20190107/examples.json +8 -0
- tccli/services/ess/v20201111/api.json +1 -1
- tccli/services/essbasic/v20210526/api.json +31 -22
- tccli/services/essbasic/v20210526/examples.json +12 -12
- tccli/services/faceid/faceid_client.py +53 -0
- tccli/services/faceid/v20180301/api.json +79 -0
- tccli/services/faceid/v20180301/examples.json +14 -0
- tccli/services/gaap/v20180529/api.json +10 -0
- tccli/services/live/v20180801/api.json +18 -0
- tccli/services/monitor/v20180724/api.json +11 -7
- tccli/services/monitor/v20180724/examples.json +6 -0
- tccli/services/ocr/v20181119/api.json +76 -0
- tccli/services/omics/v20221128/api.json +151 -23
- tccli/services/sqlserver/v20180328/api.json +9 -9
- tccli/services/sqlserver/v20180328/examples.json +4 -4
- tccli/services/teo/v20220901/api.json +14 -3
- tccli/services/vrs/v20200824/api.json +1 -1
- tccli/services/waf/v20180125/api.json +298 -67
- tccli/services/waf/v20180125/examples.json +18 -10
- tccli/services/waf/waf_client.py +75 -22
- tccli/services/wedata/v20210820/api.json +825 -0
- tccli/services/wedata/v20210820/examples.json +8 -0
- tccli/services/wedata/wedata_client.py +69 -16
- tccli/services/weilingwith/v20230427/api.json +490 -40
- tccli/services/weilingwith/v20230427/examples.json +5 -5
- {tccli-3.0.997.1.dist-info → tccli-3.0.999.1.dist-info}/METADATA +2 -2
- {tccli-3.0.997.1.dist-info → tccli-3.0.999.1.dist-info}/RECORD +52 -47
- {tccli-3.0.997.1.dist-info → tccli-3.0.999.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.997.1.dist-info → tccli-3.0.999.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.997.1.dist-info → tccli-3.0.999.1.dist-info}/license_files/LICENSE +0 -0
@@ -1,18 +1,18 @@
|
|
1
1
|
**Example 1: 查询角色列表**
|
2
2
|
|
3
|
-
|
3
|
+
IsReturnPermissionGroup设置为0表示不返回角色对应的权限树信息
|
4
4
|
|
5
5
|
Input:
|
6
6
|
|
7
7
|
```
|
8
8
|
tccli essbasic ChannelDescribeRoles --cli-unfold-argument \
|
9
|
-
--Agent.AppId
|
10
|
-
--Agent.ProxyOrganizationOpenId
|
11
|
-
--Agent.ProxyOperator.OpenId
|
12
|
-
--
|
13
|
-
--
|
14
|
-
--
|
15
|
-
--
|
9
|
+
--Agent.AppId yDwhxUUckp3gl8j5UuFX33LSNozpRsbi \
|
10
|
+
--Agent.ProxyOrganizationOpenId org_dianziqian \
|
11
|
+
--Agent.ProxyOperator.OpenId n9527 \
|
12
|
+
--Agent.ProxyAppId \
|
13
|
+
--Limit 10 \
|
14
|
+
--Filters.0.Key IsReturnPermissionGroup \
|
15
|
+
--Filters.0.Values 0
|
16
16
|
```
|
17
17
|
|
18
18
|
Output:
|
@@ -36,794 +36,1016 @@ Output:
|
|
36
36
|
|
37
37
|
**Example 2: 查询角色列表(返回权限树信息)**
|
38
38
|
|
39
|
-
|
39
|
+
1. IsReturnPermissionGroup设置为1表示返回角色对应的权限树信息
|
40
|
+
2. RoleType设置为2表示只拉取自己创建的角色列表
|
40
41
|
|
41
42
|
Input:
|
42
43
|
|
43
44
|
```
|
44
45
|
tccli essbasic ChannelDescribeRoles --cli-unfold-argument \
|
45
|
-
--Agent.AppId
|
46
|
-
--Agent.ProxyOrganizationOpenId
|
47
|
-
--Agent.ProxyOperator.OpenId
|
48
|
-
--
|
46
|
+
--Agent.AppId yDwhxUUckp3gl8j5UuFX33LSNozpRsbi \
|
47
|
+
--Agent.ProxyOrganizationOpenId org_dianziqian \
|
48
|
+
--Agent.ProxyOperator.OpenId n9527 \
|
49
|
+
--Agent.ProxyAppId \
|
50
|
+
--Limit 10 \
|
51
|
+
--Filters.0.Key RoleType \
|
49
52
|
--Filters.0.Values 1 \
|
50
|
-
--
|
51
|
-
--
|
53
|
+
--Filters.1.Key IsReturnPermissionGroup \
|
54
|
+
--Filters.1.Values 1
|
52
55
|
```
|
53
56
|
|
54
57
|
Output:
|
55
58
|
```
|
56
59
|
{
|
57
60
|
"Response": {
|
58
|
-
"Offset":
|
61
|
+
"Offset": 0,
|
59
62
|
"Limit": 10,
|
60
63
|
"TotalCount": 1,
|
61
64
|
"ChannelRoles": [
|
62
65
|
{
|
63
|
-
"RoleId": "
|
64
|
-
"RoleName": "
|
66
|
+
"RoleId": "69997f600a7c8e9accc71f4241a8a091",
|
67
|
+
"RoleName": "类管理员角色",
|
65
68
|
"RoleStatus": 1,
|
66
69
|
"PermissionGroups": [
|
67
70
|
{
|
68
|
-
"GroupKey": "bill",
|
69
71
|
"GroupName": "费用中心",
|
72
|
+
"GroupKey": "bill",
|
70
73
|
"Hide": 0,
|
71
74
|
"Permissions": [
|
72
75
|
{
|
76
|
+
"Name": "费用管理",
|
77
|
+
"Key": "BillManagement",
|
78
|
+
"Type": 1,
|
79
|
+
"Hide": 0,
|
80
|
+
"DataLabel": 0,
|
81
|
+
"DataType": 0,
|
82
|
+
"DataRange": 0,
|
83
|
+
"DataTo": "",
|
84
|
+
"ParentKey": "",
|
85
|
+
"IsChecked": true,
|
73
86
|
"Children": [
|
74
87
|
{
|
75
|
-
"
|
88
|
+
"Name": "订单管理",
|
89
|
+
"Key": "BillOrderManagement",
|
90
|
+
"Type": 2,
|
91
|
+
"Hide": 1,
|
76
92
|
"DataLabel": 0,
|
93
|
+
"DataType": 0,
|
77
94
|
"DataRange": 0,
|
78
95
|
"DataTo": "",
|
79
|
-
"DataType": 0,
|
80
|
-
"Hide": 1,
|
81
|
-
"IsChecked": false,
|
82
|
-
"Key": "BillOrderManagement",
|
83
|
-
"Name": "订单管理",
|
84
96
|
"ParentKey": "",
|
85
|
-
"
|
97
|
+
"IsChecked": true,
|
98
|
+
"Children": []
|
86
99
|
},
|
87
100
|
{
|
88
|
-
"
|
101
|
+
"Name": "套餐管理",
|
102
|
+
"Key": "BillSetMealManagement",
|
103
|
+
"Type": 2,
|
104
|
+
"Hide": 1,
|
89
105
|
"DataLabel": 0,
|
106
|
+
"DataType": 0,
|
90
107
|
"DataRange": 0,
|
91
108
|
"DataTo": "",
|
92
|
-
"DataType": 0,
|
93
|
-
"Hide": 1,
|
94
|
-
"IsChecked": false,
|
95
|
-
"Key": "BillSetMealManagement",
|
96
|
-
"Name": "套餐管理",
|
97
109
|
"ParentKey": "",
|
98
|
-
"
|
110
|
+
"IsChecked": true,
|
111
|
+
"Children": []
|
99
112
|
},
|
100
113
|
{
|
101
|
-
"
|
114
|
+
"Name": "发票管理",
|
115
|
+
"Key": "BillInvoiceManagement",
|
116
|
+
"Type": 2,
|
117
|
+
"Hide": 1,
|
102
118
|
"DataLabel": 0,
|
119
|
+
"DataType": 0,
|
103
120
|
"DataRange": 0,
|
104
121
|
"DataTo": "",
|
105
|
-
"DataType": 0,
|
106
|
-
"Hide": 1,
|
107
|
-
"IsChecked": false,
|
108
|
-
"Key": "BillInvoiceManagement",
|
109
|
-
"Name": "发票管理",
|
110
122
|
"ParentKey": "",
|
111
|
-
"
|
123
|
+
"IsChecked": true,
|
124
|
+
"Children": []
|
112
125
|
}
|
113
|
-
]
|
114
|
-
"DataLabel": 0,
|
115
|
-
"DataRange": 0,
|
116
|
-
"DataTo": "",
|
117
|
-
"DataType": 0,
|
118
|
-
"Hide": 0,
|
119
|
-
"IsChecked": false,
|
120
|
-
"Key": "BillManagement",
|
121
|
-
"Name": "费用管理",
|
122
|
-
"ParentKey": "",
|
123
|
-
"Type": 1
|
126
|
+
]
|
124
127
|
}
|
125
128
|
]
|
126
129
|
},
|
127
130
|
{
|
128
|
-
"GroupKey": "channel",
|
129
131
|
"GroupName": "开发者中心",
|
132
|
+
"GroupKey": "channel",
|
130
133
|
"Hide": 0,
|
131
134
|
"Permissions": [
|
132
135
|
{
|
136
|
+
"Name": "渠道模板控件管理",
|
137
|
+
"Key": "WidgetManagement",
|
138
|
+
"Type": 1,
|
139
|
+
"Hide": 0,
|
140
|
+
"DataLabel": 0,
|
141
|
+
"DataType": 0,
|
142
|
+
"DataRange": 0,
|
143
|
+
"DataTo": "",
|
144
|
+
"ParentKey": "",
|
145
|
+
"IsChecked": true,
|
133
146
|
"Children": [
|
134
147
|
{
|
135
|
-
"
|
148
|
+
"Name": "渠道控件查看",
|
149
|
+
"Key": "DescribeChannelComponents",
|
150
|
+
"Type": 2,
|
151
|
+
"Hide": 1,
|
136
152
|
"DataLabel": 0,
|
153
|
+
"DataType": 0,
|
137
154
|
"DataRange": 0,
|
138
155
|
"DataTo": "",
|
139
|
-
"DataType": 0,
|
140
|
-
"Hide": 1,
|
141
|
-
"IsChecked": false,
|
142
|
-
"Key": "DescribeChannelComponents",
|
143
|
-
"Name": "渠道控件查看",
|
144
156
|
"ParentKey": "",
|
145
|
-
"
|
157
|
+
"IsChecked": true,
|
158
|
+
"Children": []
|
146
159
|
},
|
147
160
|
{
|
148
|
-
"
|
161
|
+
"Name": "渠道控件编辑",
|
162
|
+
"Key": "InsertOrModifyChannelComponents",
|
163
|
+
"Type": 2,
|
164
|
+
"Hide": 1,
|
149
165
|
"DataLabel": 0,
|
166
|
+
"DataType": 0,
|
150
167
|
"DataRange": 0,
|
151
168
|
"DataTo": "",
|
152
|
-
"DataType": 0,
|
153
|
-
"Hide": 1,
|
154
|
-
"IsChecked": false,
|
155
|
-
"Key": "InsertOrModifyChannelComponents",
|
156
|
-
"Name": "渠道控件编辑",
|
157
169
|
"ParentKey": "",
|
158
|
-
"
|
170
|
+
"IsChecked": true,
|
171
|
+
"Children": []
|
159
172
|
},
|
160
173
|
{
|
161
|
-
"
|
174
|
+
"Name": "渠道控件删除",
|
175
|
+
"Key": "DeleteChannelComponents",
|
176
|
+
"Type": 2,
|
177
|
+
"Hide": 1,
|
162
178
|
"DataLabel": 0,
|
179
|
+
"DataType": 0,
|
163
180
|
"DataRange": 0,
|
164
181
|
"DataTo": "",
|
165
|
-
"DataType": 0,
|
166
|
-
"Hide": 1,
|
167
|
-
"IsChecked": false,
|
168
|
-
"Key": "DeleteChannelComponents",
|
169
|
-
"Name": "渠道控件删除",
|
170
182
|
"ParentKey": "",
|
171
|
-
"
|
183
|
+
"IsChecked": true,
|
184
|
+
"Children": []
|
172
185
|
}
|
173
|
-
]
|
186
|
+
]
|
187
|
+
},
|
188
|
+
{
|
189
|
+
"Name": "渠道模板库管理",
|
190
|
+
"Key": "ChannelTemplateManagement",
|
191
|
+
"Type": 1,
|
192
|
+
"Hide": 0,
|
174
193
|
"DataLabel": 0,
|
194
|
+
"DataType": 0,
|
175
195
|
"DataRange": 0,
|
176
196
|
"DataTo": "",
|
177
|
-
"DataType": 0,
|
178
|
-
"Hide": 0,
|
179
|
-
"IsChecked": false,
|
180
|
-
"Key": "WidgetManagement",
|
181
|
-
"Name": "渠道模板控件管理",
|
182
197
|
"ParentKey": "",
|
183
|
-
"
|
184
|
-
},
|
185
|
-
{
|
198
|
+
"IsChecked": true,
|
186
199
|
"Children": [
|
187
200
|
{
|
188
|
-
"
|
201
|
+
"Name": "渠道模板库查看",
|
202
|
+
"Key": "DescribeChannelTemplate",
|
203
|
+
"Type": 2,
|
204
|
+
"Hide": 1,
|
189
205
|
"DataLabel": 0,
|
206
|
+
"DataType": 0,
|
190
207
|
"DataRange": 0,
|
191
208
|
"DataTo": "",
|
192
|
-
"DataType": 0,
|
193
|
-
"Hide": 1,
|
194
|
-
"IsChecked": false,
|
195
|
-
"Key": "DescribeChannelTemplate",
|
196
|
-
"Name": "渠道模板库查看",
|
197
209
|
"ParentKey": "",
|
198
|
-
"
|
210
|
+
"IsChecked": true,
|
211
|
+
"Children": []
|
199
212
|
},
|
200
213
|
{
|
201
|
-
"
|
214
|
+
"Name": "渠道模板库编辑",
|
215
|
+
"Key": "InsertOrModifyChannelTemplate",
|
216
|
+
"Type": 2,
|
217
|
+
"Hide": 1,
|
202
218
|
"DataLabel": 0,
|
219
|
+
"DataType": 0,
|
203
220
|
"DataRange": 0,
|
204
221
|
"DataTo": "",
|
205
|
-
"DataType": 0,
|
206
|
-
"Hide": 1,
|
207
|
-
"IsChecked": false,
|
208
|
-
"Key": "InsertOrModifyChannelTemplate",
|
209
|
-
"Name": "渠道模板库编辑",
|
210
222
|
"ParentKey": "",
|
211
|
-
"
|
223
|
+
"IsChecked": true,
|
224
|
+
"Children": []
|
212
225
|
},
|
213
226
|
{
|
214
|
-
"
|
227
|
+
"Name": "渠道模板库删除",
|
228
|
+
"Key": "DeleteChannelTemplate",
|
229
|
+
"Type": 2,
|
230
|
+
"Hide": 1,
|
215
231
|
"DataLabel": 0,
|
232
|
+
"DataType": 0,
|
216
233
|
"DataRange": 0,
|
217
234
|
"DataTo": "",
|
218
|
-
"DataType": 0,
|
219
|
-
"Hide": 1,
|
220
|
-
"IsChecked": false,
|
221
|
-
"Key": "DeleteChannelTemplate",
|
222
|
-
"Name": "渠道模板库删除",
|
223
235
|
"ParentKey": "",
|
224
|
-
"
|
236
|
+
"IsChecked": true,
|
237
|
+
"Children": []
|
225
238
|
}
|
226
|
-
]
|
227
|
-
"DataLabel": 0,
|
228
|
-
"DataRange": 0,
|
229
|
-
"DataTo": "",
|
230
|
-
"DataType": 0,
|
231
|
-
"Hide": 0,
|
232
|
-
"IsChecked": false,
|
233
|
-
"Key": "ChannelTemplateManagement",
|
234
|
-
"Name": "渠道模板库管理",
|
235
|
-
"ParentKey": "",
|
236
|
-
"Type": 1
|
239
|
+
]
|
237
240
|
}
|
238
241
|
]
|
239
242
|
},
|
240
243
|
{
|
241
|
-
"
|
242
|
-
"
|
244
|
+
"GroupName": "拓展服务",
|
245
|
+
"GroupKey": "ExpandService",
|
243
246
|
"Hide": 0,
|
244
247
|
"Permissions": [
|
245
248
|
{
|
246
|
-
"
|
247
|
-
|
248
|
-
|
249
|
-
"DataLabel": 2,
|
250
|
-
"DataRange": 1,
|
251
|
-
"DataTo": "",
|
252
|
-
"DataType": 0,
|
253
|
-
"Hide": 0,
|
254
|
-
"IsChecked": true,
|
255
|
-
"Key": "DescribeAllFlows",
|
256
|
-
"Name": "企业全部合同",
|
257
|
-
"ParentKey": "FlowsManagement",
|
258
|
-
"Type": 2
|
259
|
-
}
|
260
|
-
],
|
261
|
-
"DataLabel": 1,
|
262
|
-
"DataRange": 0,
|
263
|
-
"DataTo": "",
|
264
|
-
"DataType": 2,
|
249
|
+
"Name": "合同相关",
|
250
|
+
"Key": "FlowRelatedManagement",
|
251
|
+
"Type": 1,
|
265
252
|
"Hide": 0,
|
266
|
-
"
|
267
|
-
"
|
268
|
-
"Name": "查询合同",
|
269
|
-
"ParentKey": "",
|
270
|
-
"Type": 1
|
271
|
-
},
|
272
|
-
{
|
273
|
-
"Children": [],
|
274
|
-
"DataLabel": 1,
|
253
|
+
"DataLabel": 0,
|
254
|
+
"DataType": 0,
|
275
255
|
"DataRange": 0,
|
276
|
-
"DataTo": "
|
277
|
-
"DataType": 1,
|
278
|
-
"Hide": 0,
|
279
|
-
"IsChecked": true,
|
280
|
-
"Key": "FlowsManagement-Preview",
|
281
|
-
"Name": "合同详情&预览",
|
256
|
+
"DataTo": "",
|
282
257
|
"ParentKey": "",
|
283
|
-
"Type": 1
|
284
|
-
},
|
285
|
-
{
|
286
|
-
"Children": [],
|
287
|
-
"DataLabel": 1,
|
288
|
-
"DataRange": 0,
|
289
|
-
"DataTo": "FlowsManagement",
|
290
|
-
"DataType": 1,
|
291
|
-
"Hide": 0,
|
292
258
|
"IsChecked": true,
|
293
|
-
"Key": "FlowsManagement-Download",
|
294
|
-
"Name": "下载合同",
|
295
|
-
"ParentKey": "",
|
296
|
-
"Type": 1
|
297
|
-
},
|
298
|
-
{
|
299
259
|
"Children": [
|
300
260
|
{
|
301
|
-
"
|
261
|
+
"Name": "企业自动签署",
|
262
|
+
"Key": "CompanyAutoSign",
|
263
|
+
"Type": 1,
|
264
|
+
"Hide": 0,
|
302
265
|
"DataLabel": 0,
|
266
|
+
"DataType": 0,
|
303
267
|
"DataRange": 0,
|
304
268
|
"DataTo": "",
|
305
|
-
"DataType": 0,
|
306
|
-
"Hide": 0,
|
307
|
-
"IsChecked": true,
|
308
|
-
"Key": "FlowByImportedFile",
|
309
|
-
"Name": "上传文件发起",
|
310
269
|
"ParentKey": "",
|
311
|
-
"
|
270
|
+
"IsChecked": true,
|
271
|
+
"Children": []
|
312
272
|
},
|
313
273
|
{
|
314
|
-
"
|
274
|
+
"Name": "批量签署授权",
|
275
|
+
"Key": "BatchSignAccredit",
|
276
|
+
"Type": 1,
|
277
|
+
"Hide": 0,
|
315
278
|
"DataLabel": 0,
|
279
|
+
"DataType": 0,
|
316
280
|
"DataRange": 0,
|
317
281
|
"DataTo": "",
|
318
|
-
"DataType": 0,
|
319
|
-
"Hide": 0,
|
320
|
-
"IsChecked": true,
|
321
|
-
"Key": "FlowByOrganizationTemplate",
|
322
|
-
"Name": "企业模版发起",
|
323
282
|
"ParentKey": "",
|
324
|
-
"
|
283
|
+
"IsChecked": true,
|
284
|
+
"Children": []
|
325
285
|
},
|
326
286
|
{
|
327
|
-
"
|
287
|
+
"Name": "企业与港澳台居民签署合同",
|
288
|
+
"Key": "OverseasSign",
|
289
|
+
"Type": 1,
|
290
|
+
"Hide": 0,
|
328
291
|
"DataLabel": 0,
|
292
|
+
"DataType": 0,
|
329
293
|
"DataRange": 0,
|
330
294
|
"DataTo": "",
|
295
|
+
"ParentKey": "",
|
296
|
+
"IsChecked": true,
|
297
|
+
"Children": []
|
298
|
+
},
|
299
|
+
{
|
300
|
+
"Name": "拓宽签署方年龄限制",
|
301
|
+
"Key": "ExpandSignAgeLimit",
|
302
|
+
"Type": 1,
|
303
|
+
"Hide": 0,
|
304
|
+
"DataLabel": 0,
|
331
305
|
"DataType": 0,
|
306
|
+
"DataRange": 0,
|
307
|
+
"DataTo": "",
|
308
|
+
"ParentKey": "",
|
309
|
+
"IsChecked": true,
|
310
|
+
"Children": []
|
311
|
+
},
|
312
|
+
{
|
313
|
+
"Name": "个人签署方仅校验手机号",
|
314
|
+
"Key": "SignatoryMobileVerify",
|
315
|
+
"Type": 1,
|
332
316
|
"Hide": 0,
|
317
|
+
"DataLabel": 0,
|
318
|
+
"DataType": 0,
|
319
|
+
"DataRange": 0,
|
320
|
+
"DataTo": "",
|
321
|
+
"ParentKey": "",
|
333
322
|
"IsChecked": true,
|
334
|
-
"
|
335
|
-
|
323
|
+
"Children": []
|
324
|
+
},
|
325
|
+
{
|
326
|
+
"Name": "隐藏合同经办人姓名",
|
327
|
+
"Key": "HideFlowOperatorName",
|
328
|
+
"Type": 1,
|
329
|
+
"Hide": 0,
|
330
|
+
"DataLabel": 0,
|
331
|
+
"DataType": 0,
|
332
|
+
"DataRange": 0,
|
333
|
+
"DataTo": "",
|
336
334
|
"ParentKey": "",
|
337
|
-
"
|
335
|
+
"IsChecked": true,
|
336
|
+
"Children": []
|
338
337
|
}
|
339
|
-
]
|
338
|
+
]
|
339
|
+
},
|
340
|
+
{
|
341
|
+
"Name": "印章相关",
|
342
|
+
"Key": "SealRelatedManagement",
|
343
|
+
"Type": 1,
|
344
|
+
"Hide": 0,
|
340
345
|
"DataLabel": 0,
|
346
|
+
"DataType": 0,
|
341
347
|
"DataRange": 0,
|
342
348
|
"DataTo": "",
|
343
|
-
"DataType": 0,
|
344
|
-
"Hide": 0,
|
345
|
-
"IsChecked": true,
|
346
|
-
"Key": "CreateFlow",
|
347
|
-
"Name": "发起合同",
|
348
349
|
"ParentKey": "",
|
349
|
-
"
|
350
|
+
"IsChecked": true,
|
351
|
+
"Children": [
|
352
|
+
{
|
353
|
+
"Name": "骑缝章",
|
354
|
+
"Key": "PagingSeal",
|
355
|
+
"Type": 1,
|
356
|
+
"Hide": 0,
|
357
|
+
"DataLabel": 0,
|
358
|
+
"DataType": 0,
|
359
|
+
"DataRange": 0,
|
360
|
+
"DataTo": "",
|
361
|
+
"ParentKey": "",
|
362
|
+
"IsChecked": true,
|
363
|
+
"Children": []
|
364
|
+
}
|
365
|
+
]
|
350
366
|
},
|
351
367
|
{
|
352
|
-
"
|
368
|
+
"Name": "模板相关",
|
369
|
+
"Key": "TemplateRelatedManagement",
|
370
|
+
"Type": 1,
|
371
|
+
"Hide": 1,
|
353
372
|
"DataLabel": 0,
|
373
|
+
"DataType": 0,
|
354
374
|
"DataRange": 0,
|
355
375
|
"DataTo": "",
|
356
|
-
"DataType": 0,
|
357
|
-
"Hide": 1,
|
358
|
-
"IsChecked": true,
|
359
|
-
"Key": "FlowsManagement-Pickup",
|
360
|
-
"Name": "领取合同",
|
361
376
|
"ParentKey": "",
|
362
|
-
"
|
377
|
+
"IsChecked": true,
|
378
|
+
"Children": []
|
363
379
|
},
|
364
380
|
{
|
365
|
-
"
|
381
|
+
"Name": "审批相关",
|
382
|
+
"Key": "ApprovalRelatedManagement",
|
383
|
+
"Type": 1,
|
384
|
+
"Hide": 0,
|
366
385
|
"DataLabel": 0,
|
386
|
+
"DataType": 0,
|
367
387
|
"DataRange": 0,
|
368
388
|
"DataTo": "",
|
369
|
-
"
|
370
|
-
"Hide": 0,
|
389
|
+
"ParentKey": "",
|
371
390
|
"IsChecked": true,
|
372
|
-
"
|
373
|
-
|
391
|
+
"Children": [
|
392
|
+
{
|
393
|
+
"Name": "审批流配置",
|
394
|
+
"Key": "ApprovalFlowConfig",
|
395
|
+
"Type": 1,
|
396
|
+
"Hide": 0,
|
397
|
+
"DataLabel": 0,
|
398
|
+
"DataType": 0,
|
399
|
+
"DataRange": 0,
|
400
|
+
"DataTo": "",
|
401
|
+
"ParentKey": "",
|
402
|
+
"IsChecked": true,
|
403
|
+
"Children": []
|
404
|
+
}
|
405
|
+
]
|
406
|
+
},
|
407
|
+
{
|
408
|
+
"Name": "其它拓展服务",
|
409
|
+
"Key": "OtherExpandManagement",
|
410
|
+
"Type": 1,
|
411
|
+
"Hide": 0,
|
412
|
+
"DataLabel": 0,
|
413
|
+
"DataType": 0,
|
414
|
+
"DataRange": 0,
|
415
|
+
"DataTo": "",
|
374
416
|
"ParentKey": "",
|
375
|
-
"
|
417
|
+
"IsChecked": true,
|
418
|
+
"Children": [
|
419
|
+
{
|
420
|
+
"Name": "企业CA证书配置",
|
421
|
+
"Key": "CompanyCAConfig",
|
422
|
+
"Type": 1,
|
423
|
+
"Hide": 0,
|
424
|
+
"DataLabel": 0,
|
425
|
+
"DataType": 0,
|
426
|
+
"DataRange": 0,
|
427
|
+
"DataTo": "",
|
428
|
+
"ParentKey": "",
|
429
|
+
"IsChecked": true,
|
430
|
+
"Children": []
|
431
|
+
},
|
432
|
+
{
|
433
|
+
"Name": "下载企业合同/文件授权",
|
434
|
+
"Key": "AuthProxyOrgDownLoadFlow",
|
435
|
+
"Type": 1,
|
436
|
+
"Hide": 0,
|
437
|
+
"DataLabel": 0,
|
438
|
+
"DataType": 0,
|
439
|
+
"DataRange": 0,
|
440
|
+
"DataTo": "",
|
441
|
+
"ParentKey": "",
|
442
|
+
"IsChecked": true,
|
443
|
+
"Children": []
|
444
|
+
}
|
445
|
+
]
|
376
446
|
}
|
377
447
|
]
|
378
448
|
},
|
379
449
|
{
|
380
|
-
"
|
381
|
-
"
|
450
|
+
"GroupName": "合同中心",
|
451
|
+
"GroupKey": "Flow",
|
382
452
|
"Hide": 0,
|
383
453
|
"Permissions": [
|
384
454
|
{
|
455
|
+
"Name": "查询合同",
|
456
|
+
"Key": "FlowsManagement",
|
457
|
+
"Type": 1,
|
458
|
+
"Hide": 0,
|
459
|
+
"DataLabel": 1,
|
460
|
+
"DataType": 2,
|
461
|
+
"DataRange": 0,
|
462
|
+
"DataTo": "",
|
463
|
+
"ParentKey": "",
|
464
|
+
"IsChecked": true,
|
465
|
+
"Children": [
|
466
|
+
{
|
467
|
+
"Name": "企业全部合同",
|
468
|
+
"Key": "DescribeAllFlows",
|
469
|
+
"Type": 2,
|
470
|
+
"Hide": 0,
|
471
|
+
"DataLabel": 2,
|
472
|
+
"DataType": 0,
|
473
|
+
"DataRange": 1,
|
474
|
+
"DataTo": "",
|
475
|
+
"ParentKey": "FlowsManagement",
|
476
|
+
"IsChecked": true,
|
477
|
+
"Children": []
|
478
|
+
}
|
479
|
+
]
|
480
|
+
},
|
481
|
+
{
|
482
|
+
"Name": "合同详情&预览",
|
483
|
+
"Key": "FlowsManagement-Preview",
|
484
|
+
"Type": 1,
|
485
|
+
"Hide": 0,
|
486
|
+
"DataLabel": 1,
|
487
|
+
"DataType": 1,
|
488
|
+
"DataRange": 0,
|
489
|
+
"DataTo": "FlowsManagement",
|
490
|
+
"ParentKey": "",
|
491
|
+
"IsChecked": true,
|
492
|
+
"Children": []
|
493
|
+
},
|
494
|
+
{
|
495
|
+
"Name": "下载合同",
|
496
|
+
"Key": "FlowsManagement-Download",
|
497
|
+
"Type": 1,
|
498
|
+
"Hide": 0,
|
499
|
+
"DataLabel": 1,
|
500
|
+
"DataType": 1,
|
501
|
+
"DataRange": 0,
|
502
|
+
"DataTo": "FlowsManagement",
|
503
|
+
"ParentKey": "",
|
504
|
+
"IsChecked": true,
|
505
|
+
"Children": []
|
506
|
+
},
|
507
|
+
{
|
508
|
+
"Name": "发起合同",
|
509
|
+
"Key": "CreateFlow",
|
510
|
+
"Type": 2,
|
511
|
+
"Hide": 0,
|
512
|
+
"DataLabel": 0,
|
513
|
+
"DataType": 0,
|
514
|
+
"DataRange": 0,
|
515
|
+
"DataTo": "",
|
516
|
+
"ParentKey": "",
|
517
|
+
"IsChecked": true,
|
385
518
|
"Children": [
|
386
519
|
{
|
387
|
-
"
|
520
|
+
"Name": "上传文件发起",
|
521
|
+
"Key": "FlowByImportedFile",
|
522
|
+
"Type": 2,
|
523
|
+
"Hide": 0,
|
388
524
|
"DataLabel": 0,
|
525
|
+
"DataType": 0,
|
389
526
|
"DataRange": 0,
|
390
527
|
"DataTo": "",
|
391
|
-
"DataType": 0,
|
392
|
-
"Hide": 1,
|
393
|
-
"IsChecked": true,
|
394
|
-
"Key": "CreateUserRoles",
|
395
|
-
"Name": "为员工分配角色",
|
396
528
|
"ParentKey": "",
|
397
|
-
"
|
529
|
+
"IsChecked": true,
|
530
|
+
"Children": []
|
398
531
|
},
|
399
532
|
{
|
400
|
-
"
|
533
|
+
"Name": "企业模版发起",
|
534
|
+
"Key": "FlowByOrganizationTemplate",
|
535
|
+
"Type": 1,
|
536
|
+
"Hide": 0,
|
401
537
|
"DataLabel": 0,
|
538
|
+
"DataType": 0,
|
402
539
|
"DataRange": 0,
|
403
540
|
"DataTo": "",
|
404
|
-
"
|
405
|
-
"Hide": 1,
|
541
|
+
"ParentKey": "",
|
406
542
|
"IsChecked": true,
|
407
|
-
"
|
408
|
-
|
543
|
+
"Children": []
|
544
|
+
},
|
545
|
+
{
|
546
|
+
"Name": "创建签署二维码",
|
547
|
+
"Key": "CreateMultiFlowSignQRCode",
|
548
|
+
"Type": 1,
|
549
|
+
"Hide": 0,
|
550
|
+
"DataLabel": 0,
|
551
|
+
"DataType": 0,
|
552
|
+
"DataRange": 0,
|
553
|
+
"DataTo": "",
|
409
554
|
"ParentKey": "",
|
410
|
-
"
|
555
|
+
"IsChecked": true,
|
556
|
+
"Children": []
|
411
557
|
}
|
412
|
-
]
|
558
|
+
]
|
559
|
+
},
|
560
|
+
{
|
561
|
+
"Name": "领取合同",
|
562
|
+
"Key": "FlowsManagement-Pickup",
|
563
|
+
"Type": 1,
|
564
|
+
"Hide": 1,
|
413
565
|
"DataLabel": 0,
|
566
|
+
"DataType": 0,
|
414
567
|
"DataRange": 0,
|
415
568
|
"DataTo": "",
|
569
|
+
"ParentKey": "",
|
570
|
+
"IsChecked": true,
|
571
|
+
"Children": []
|
572
|
+
},
|
573
|
+
{
|
574
|
+
"Name": "撤销合同",
|
575
|
+
"Key": "CancelFlow",
|
576
|
+
"Type": 2,
|
577
|
+
"Hide": 0,
|
578
|
+
"DataLabel": 0,
|
416
579
|
"DataType": 0,
|
580
|
+
"DataRange": 0,
|
581
|
+
"DataTo": "",
|
582
|
+
"ParentKey": "",
|
583
|
+
"IsChecked": true,
|
584
|
+
"Children": []
|
585
|
+
},
|
586
|
+
{
|
587
|
+
"Name": "申请签署报告",
|
588
|
+
"Key": "ApplyEvidenceReport",
|
589
|
+
"Type": 1,
|
417
590
|
"Hide": 0,
|
591
|
+
"DataLabel": 0,
|
592
|
+
"DataType": 0,
|
593
|
+
"DataRange": 0,
|
594
|
+
"DataTo": "",
|
595
|
+
"ParentKey": "",
|
418
596
|
"IsChecked": true,
|
419
|
-
"
|
597
|
+
"Children": []
|
598
|
+
}
|
599
|
+
]
|
600
|
+
},
|
601
|
+
{
|
602
|
+
"GroupName": "组织员工",
|
603
|
+
"GroupKey": "Organization",
|
604
|
+
"Hide": 0,
|
605
|
+
"Permissions": [
|
606
|
+
{
|
420
607
|
"Name": "组织架构管理",
|
608
|
+
"Key": "OrgManagement",
|
609
|
+
"Type": 1,
|
610
|
+
"Hide": 0,
|
611
|
+
"DataLabel": 0,
|
612
|
+
"DataType": 0,
|
613
|
+
"DataRange": 0,
|
614
|
+
"DataTo": "",
|
421
615
|
"ParentKey": "",
|
422
|
-
"
|
423
|
-
},
|
424
|
-
{
|
616
|
+
"IsChecked": true,
|
425
617
|
"Children": [
|
426
618
|
{
|
427
|
-
"
|
619
|
+
"Name": "为员工分配角色",
|
620
|
+
"Key": "CreateUserRoles",
|
621
|
+
"Type": 2,
|
622
|
+
"Hide": 1,
|
428
623
|
"DataLabel": 0,
|
624
|
+
"DataType": 0,
|
429
625
|
"DataRange": 0,
|
430
626
|
"DataTo": "",
|
431
|
-
"DataType": 0,
|
432
|
-
"Hide": 1,
|
433
|
-
"IsChecked": false,
|
434
|
-
"Key": "CreateRole",
|
435
|
-
"Name": "创建角色",
|
436
627
|
"ParentKey": "",
|
437
|
-
"
|
628
|
+
"IsChecked": true,
|
629
|
+
"Children": []
|
438
630
|
},
|
439
631
|
{
|
440
|
-
"
|
632
|
+
"Name": "编辑组织架构",
|
633
|
+
"Key": "ModifyYuFuOrg",
|
634
|
+
"Type": 1,
|
635
|
+
"Hide": 1,
|
441
636
|
"DataLabel": 0,
|
637
|
+
"DataType": 0,
|
442
638
|
"DataRange": 0,
|
443
639
|
"DataTo": "",
|
444
|
-
"
|
640
|
+
"ParentKey": "",
|
641
|
+
"IsChecked": true,
|
642
|
+
"Children": []
|
643
|
+
}
|
644
|
+
]
|
645
|
+
},
|
646
|
+
{
|
647
|
+
"Name": "角色管理",
|
648
|
+
"Key": "RoleManagement",
|
649
|
+
"Type": 1,
|
650
|
+
"Hide": 0,
|
651
|
+
"DataLabel": 0,
|
652
|
+
"DataType": 0,
|
653
|
+
"DataRange": 0,
|
654
|
+
"DataTo": "",
|
655
|
+
"ParentKey": "",
|
656
|
+
"IsChecked": true,
|
657
|
+
"Children": [
|
658
|
+
{
|
659
|
+
"Name": "创建角色",
|
660
|
+
"Key": "CreateRole",
|
661
|
+
"Type": 2,
|
445
662
|
"Hide": 1,
|
446
|
-
"
|
447
|
-
"
|
448
|
-
"
|
663
|
+
"DataLabel": 0,
|
664
|
+
"DataType": 0,
|
665
|
+
"DataRange": 0,
|
666
|
+
"DataTo": "",
|
449
667
|
"ParentKey": "",
|
450
|
-
"
|
668
|
+
"IsChecked": true,
|
669
|
+
"Children": []
|
451
670
|
},
|
452
671
|
{
|
453
|
-
"
|
672
|
+
"Name": "修改角色",
|
673
|
+
"Key": "ModifyRole",
|
674
|
+
"Type": 2,
|
675
|
+
"Hide": 1,
|
454
676
|
"DataLabel": 0,
|
677
|
+
"DataType": 0,
|
455
678
|
"DataRange": 0,
|
456
679
|
"DataTo": "",
|
457
|
-
"DataType": 0,
|
458
|
-
"Hide": 1,
|
459
|
-
"IsChecked": false,
|
460
|
-
"Key": "DeleteRole",
|
461
|
-
"Name": "删除角色",
|
462
680
|
"ParentKey": "",
|
463
|
-
"
|
681
|
+
"IsChecked": true,
|
682
|
+
"Children": []
|
464
683
|
},
|
465
684
|
{
|
466
|
-
"
|
685
|
+
"Name": "删除角色",
|
686
|
+
"Key": "DeleteRole",
|
687
|
+
"Type": 2,
|
688
|
+
"Hide": 1,
|
467
689
|
"DataLabel": 0,
|
690
|
+
"DataType": 0,
|
468
691
|
"DataRange": 0,
|
469
692
|
"DataTo": "",
|
470
|
-
"DataType": 0,
|
471
|
-
"Hide": 1,
|
472
|
-
"IsChecked": false,
|
473
|
-
"Key": "ModifyRoleStatus",
|
474
|
-
"Name": "启用&禁用角色",
|
475
693
|
"ParentKey": "",
|
476
|
-
"
|
694
|
+
"IsChecked": true,
|
695
|
+
"Children": []
|
477
696
|
},
|
478
697
|
{
|
479
|
-
"
|
698
|
+
"Name": "启用&禁用角色",
|
699
|
+
"Key": "ModifyRoleStatus",
|
700
|
+
"Type": 2,
|
701
|
+
"Hide": 1,
|
480
702
|
"DataLabel": 0,
|
703
|
+
"DataType": 0,
|
481
704
|
"DataRange": 0,
|
482
705
|
"DataTo": "",
|
483
|
-
"DataType": 0,
|
484
|
-
"Hide": 1,
|
485
|
-
"IsChecked": false,
|
486
|
-
"Key": "CreateRoleUsers",
|
487
|
-
"Name": "添加员工",
|
488
706
|
"ParentKey": "",
|
489
|
-
"
|
707
|
+
"IsChecked": true,
|
708
|
+
"Children": []
|
490
709
|
},
|
491
710
|
{
|
492
|
-
"
|
711
|
+
"Name": "添加员工",
|
712
|
+
"Key": "CreateRoleUsers",
|
713
|
+
"Type": 2,
|
714
|
+
"Hide": 1,
|
493
715
|
"DataLabel": 0,
|
716
|
+
"DataType": 0,
|
494
717
|
"DataRange": 0,
|
495
718
|
"DataTo": "",
|
496
|
-
"
|
497
|
-
"
|
498
|
-
"
|
499
|
-
|
719
|
+
"ParentKey": "",
|
720
|
+
"IsChecked": true,
|
721
|
+
"Children": []
|
722
|
+
},
|
723
|
+
{
|
500
724
|
"Name": "取消关联",
|
725
|
+
"Key": "DeleteRoleUsers",
|
726
|
+
"Type": 2,
|
727
|
+
"Hide": 1,
|
728
|
+
"DataLabel": 0,
|
729
|
+
"DataType": 0,
|
730
|
+
"DataRange": 0,
|
731
|
+
"DataTo": "",
|
501
732
|
"ParentKey": "",
|
502
|
-
"
|
733
|
+
"IsChecked": true,
|
734
|
+
"Children": []
|
503
735
|
}
|
504
|
-
]
|
505
|
-
"DataLabel": 0,
|
506
|
-
"DataRange": 0,
|
507
|
-
"DataTo": "",
|
508
|
-
"DataType": 0,
|
509
|
-
"Hide": 0,
|
510
|
-
"IsChecked": false,
|
511
|
-
"Key": "RoleManagement",
|
512
|
-
"Name": "角色管理",
|
513
|
-
"ParentKey": "",
|
514
|
-
"Type": 1
|
736
|
+
]
|
515
737
|
}
|
516
738
|
]
|
517
739
|
},
|
518
740
|
{
|
519
|
-
"GroupKey": "Seal",
|
520
741
|
"GroupName": "印章中心",
|
742
|
+
"GroupKey": "Seal",
|
521
743
|
"Hide": 0,
|
522
744
|
"Permissions": [
|
523
745
|
{
|
746
|
+
"Name": "我持有企业印章",
|
747
|
+
"Key": "SealManagement-Hold",
|
748
|
+
"Type": 1,
|
749
|
+
"Hide": 0,
|
750
|
+
"DataLabel": 0,
|
751
|
+
"DataType": 0,
|
752
|
+
"DataRange": 0,
|
753
|
+
"DataTo": "",
|
754
|
+
"ParentKey": "",
|
755
|
+
"IsChecked": true,
|
524
756
|
"Children": [
|
525
757
|
{
|
526
|
-
"
|
758
|
+
"Name": "查询印章",
|
759
|
+
"Key": "QueryHoldSeal",
|
760
|
+
"Type": 2,
|
761
|
+
"Hide": 1,
|
527
762
|
"DataLabel": 0,
|
763
|
+
"DataType": 0,
|
528
764
|
"DataRange": 0,
|
529
765
|
"DataTo": "",
|
530
|
-
"DataType": 0,
|
531
|
-
"Hide": 1,
|
532
|
-
"IsChecked": true,
|
533
|
-
"Key": "QueryHoldSeal",
|
534
|
-
"Name": "查询印章",
|
535
766
|
"ParentKey": "",
|
536
|
-
"
|
767
|
+
"IsChecked": true,
|
768
|
+
"Children": []
|
537
769
|
}
|
538
|
-
]
|
770
|
+
]
|
771
|
+
},
|
772
|
+
{
|
773
|
+
"Name": "印章管理",
|
774
|
+
"Key": "SealManagement",
|
775
|
+
"Type": 1,
|
776
|
+
"Hide": 0,
|
539
777
|
"DataLabel": 0,
|
778
|
+
"DataType": 0,
|
540
779
|
"DataRange": 0,
|
541
780
|
"DataTo": "",
|
542
|
-
"DataType": 0,
|
543
|
-
"Hide": 0,
|
544
|
-
"IsChecked": true,
|
545
|
-
"Key": "SealManagement-Hold",
|
546
|
-
"Name": "我持有企业印章",
|
547
781
|
"ParentKey": "",
|
548
|
-
"
|
549
|
-
},
|
550
|
-
{
|
782
|
+
"IsChecked": true,
|
551
783
|
"Children": [
|
552
784
|
{
|
785
|
+
"Name": "查询印章",
|
786
|
+
"Key": "SealManagement-Manage-Detail",
|
787
|
+
"Type": 2,
|
788
|
+
"Hide": 0,
|
789
|
+
"DataLabel": 0,
|
790
|
+
"DataType": 0,
|
791
|
+
"DataRange": 0,
|
792
|
+
"DataTo": "",
|
793
|
+
"ParentKey": "",
|
794
|
+
"IsChecked": true,
|
553
795
|
"Children": [
|
554
796
|
{
|
555
|
-
"
|
797
|
+
"Name": "授权记录",
|
798
|
+
"Key": "SealManagement-Manage-Detail-Holder",
|
799
|
+
"Type": 2,
|
800
|
+
"Hide": 1,
|
556
801
|
"DataLabel": 0,
|
802
|
+
"DataType": 0,
|
557
803
|
"DataRange": 0,
|
558
804
|
"DataTo": "",
|
559
|
-
"DataType": 0,
|
560
|
-
"Hide": 1,
|
561
|
-
"IsChecked": true,
|
562
|
-
"Key": "SealManagement-Manage-Detail-Holder",
|
563
|
-
"Name": "授权记录",
|
564
805
|
"ParentKey": "",
|
565
|
-
"
|
806
|
+
"IsChecked": true,
|
807
|
+
"Children": []
|
566
808
|
},
|
567
809
|
{
|
568
|
-
"
|
810
|
+
"Name": "关联模版",
|
811
|
+
"Key": "SealManagement-Manage-Detail-Holder-Template",
|
812
|
+
"Type": 2,
|
813
|
+
"Hide": 1,
|
569
814
|
"DataLabel": 0,
|
815
|
+
"DataType": 0,
|
570
816
|
"DataRange": 0,
|
571
817
|
"DataTo": "",
|
572
|
-
"DataType": 0,
|
573
|
-
"Hide": 1,
|
574
|
-
"IsChecked": true,
|
575
|
-
"Key": "SealManagement-Manage-Detail-Holder-Template",
|
576
|
-
"Name": "关联模版",
|
577
818
|
"ParentKey": "",
|
578
|
-
"
|
819
|
+
"IsChecked": true,
|
820
|
+
"Children": []
|
579
821
|
},
|
580
822
|
{
|
581
|
-
"
|
823
|
+
"Name": "用印记录",
|
824
|
+
"Key": "SealManagement-Manage-Detail-Holder-Use-Record",
|
825
|
+
"Type": 2,
|
826
|
+
"Hide": 1,
|
582
827
|
"DataLabel": 0,
|
828
|
+
"DataType": 0,
|
583
829
|
"DataRange": 0,
|
584
830
|
"DataTo": "",
|
585
|
-
"DataType": 0,
|
586
|
-
"Hide": 1,
|
587
|
-
"IsChecked": true,
|
588
|
-
"Key": "SealManagement-Manage-Detail-Holder-Use-Record",
|
589
|
-
"Name": "用印记录",
|
590
831
|
"ParentKey": "",
|
591
|
-
"
|
832
|
+
"IsChecked": true,
|
833
|
+
"Children": []
|
592
834
|
},
|
593
835
|
{
|
594
|
-
"
|
836
|
+
"Name": "变更记录",
|
837
|
+
"Key": "SealManagement-Manage-Detail-Holder-Change-Record",
|
838
|
+
"Type": 1,
|
839
|
+
"Hide": 1,
|
595
840
|
"DataLabel": 0,
|
841
|
+
"DataType": 0,
|
596
842
|
"DataRange": 0,
|
597
843
|
"DataTo": "",
|
598
|
-
"DataType": 0,
|
599
|
-
"Hide": 1,
|
600
|
-
"IsChecked": true,
|
601
|
-
"Key": "SealManagement-Manage-Detail-Holder-Change-Record",
|
602
|
-
"Name": "变更记录",
|
603
844
|
"ParentKey": "",
|
604
|
-
"
|
845
|
+
"IsChecked": true,
|
846
|
+
"Children": []
|
605
847
|
}
|
606
|
-
]
|
848
|
+
]
|
849
|
+
},
|
850
|
+
{
|
851
|
+
"Name": "创建印章",
|
852
|
+
"Key": "CreateSeal",
|
853
|
+
"Type": 2,
|
854
|
+
"Hide": 0,
|
607
855
|
"DataLabel": 0,
|
856
|
+
"DataType": 0,
|
608
857
|
"DataRange": 0,
|
609
858
|
"DataTo": "",
|
610
|
-
"DataType": 0,
|
611
|
-
"Hide": 0,
|
612
|
-
"IsChecked": true,
|
613
|
-
"Key": "SealManagement-Manage-Detail",
|
614
|
-
"Name": "查询印章",
|
615
859
|
"ParentKey": "",
|
616
|
-
"
|
617
|
-
},
|
618
|
-
{
|
860
|
+
"IsChecked": true,
|
619
861
|
"Children": [
|
620
862
|
{
|
621
|
-
"
|
863
|
+
"Name": "新建印章-模版印章",
|
864
|
+
"Key": "SealManagement-Manage-Create-Template",
|
865
|
+
"Type": 1,
|
866
|
+
"Hide": 1,
|
622
867
|
"DataLabel": 0,
|
868
|
+
"DataType": 0,
|
623
869
|
"DataRange": 0,
|
624
870
|
"DataTo": "",
|
625
|
-
"DataType": 0,
|
626
|
-
"Hide": 1,
|
627
|
-
"IsChecked": true,
|
628
|
-
"Key": "SealManagement-Manage-Create-Template",
|
629
|
-
"Name": "新建印章-模版印章",
|
630
871
|
"ParentKey": "",
|
631
|
-
"
|
872
|
+
"IsChecked": true,
|
873
|
+
"Children": []
|
632
874
|
},
|
633
875
|
{
|
634
|
-
"
|
876
|
+
"Name": "新建印章-本地上传",
|
877
|
+
"Key": "SealManagement-Manage-Create-Upload",
|
878
|
+
"Type": 1,
|
879
|
+
"Hide": 1,
|
635
880
|
"DataLabel": 0,
|
881
|
+
"DataType": 0,
|
636
882
|
"DataRange": 0,
|
637
883
|
"DataTo": "",
|
638
|
-
"DataType": 0,
|
639
|
-
"Hide": 1,
|
640
|
-
"IsChecked": true,
|
641
|
-
"Key": "SealManagement-Manage-Create-Upload",
|
642
|
-
"Name": "新建印章-本地上传",
|
643
884
|
"ParentKey": "",
|
644
|
-
"
|
885
|
+
"IsChecked": true,
|
886
|
+
"Children": []
|
645
887
|
}
|
646
|
-
]
|
647
|
-
"DataLabel": 0,
|
648
|
-
"DataRange": 0,
|
649
|
-
"DataTo": "",
|
650
|
-
"DataType": 0,
|
651
|
-
"Hide": 0,
|
652
|
-
"IsChecked": true,
|
653
|
-
"Key": "CreateSeal",
|
654
|
-
"Name": "创建印章",
|
655
|
-
"ParentKey": "",
|
656
|
-
"Type": 2
|
888
|
+
]
|
657
889
|
},
|
658
890
|
{
|
659
|
-
"
|
891
|
+
"Name": "修改印章",
|
892
|
+
"Key": "ModifySeal",
|
893
|
+
"Type": 2,
|
894
|
+
"Hide": 0,
|
660
895
|
"DataLabel": 0,
|
896
|
+
"DataType": 0,
|
661
897
|
"DataRange": 0,
|
662
898
|
"DataTo": "",
|
663
|
-
"DataType": 0,
|
664
|
-
"Hide": 0,
|
665
|
-
"IsChecked": true,
|
666
|
-
"Key": "ModifySeal",
|
667
|
-
"Name": "修改印章",
|
668
899
|
"ParentKey": "",
|
669
|
-
"
|
900
|
+
"IsChecked": true,
|
901
|
+
"Children": []
|
670
902
|
},
|
671
903
|
{
|
672
|
-
"
|
904
|
+
"Name": "分配印章管理人",
|
905
|
+
"Key": "CreateSealPolicy",
|
906
|
+
"Type": 2,
|
907
|
+
"Hide": 0,
|
673
908
|
"DataLabel": 0,
|
909
|
+
"DataType": 0,
|
674
910
|
"DataRange": 0,
|
675
911
|
"DataTo": "",
|
676
|
-
"DataType": 0,
|
677
|
-
"Hide": 0,
|
678
|
-
"IsChecked": true,
|
679
|
-
"Key": "CreateSealPolicy",
|
680
|
-
"Name": "分配印章管理人",
|
681
912
|
"ParentKey": "",
|
682
|
-
"
|
913
|
+
"IsChecked": true,
|
914
|
+
"Children": []
|
683
915
|
},
|
684
916
|
{
|
685
|
-
"
|
917
|
+
"Name": "删除印章",
|
918
|
+
"Key": "DeleteSeal",
|
919
|
+
"Type": 2,
|
920
|
+
"Hide": 0,
|
686
921
|
"DataLabel": 0,
|
922
|
+
"DataType": 0,
|
687
923
|
"DataRange": 0,
|
688
924
|
"DataTo": "",
|
689
|
-
"DataType": 0,
|
690
|
-
"Hide": 0,
|
691
|
-
"IsChecked": true,
|
692
|
-
"Key": "DeleteSeal",
|
693
|
-
"Name": "删除印章",
|
694
925
|
"ParentKey": "",
|
695
|
-
"
|
926
|
+
"IsChecked": true,
|
927
|
+
"Children": []
|
696
928
|
},
|
697
929
|
{
|
698
|
-
"
|
930
|
+
"Name": "单次用印审批",
|
931
|
+
"Key": "ApplySealOnce",
|
932
|
+
"Type": 2,
|
933
|
+
"Hide": 0,
|
699
934
|
"DataLabel": 0,
|
935
|
+
"DataType": 0,
|
700
936
|
"DataRange": 0,
|
701
937
|
"DataTo": "",
|
702
|
-
"DataType": 0,
|
703
|
-
"Hide": 0,
|
704
|
-
"IsChecked": true,
|
705
|
-
"Key": "ApplySealOnce",
|
706
|
-
"Name": "单次用印审批",
|
707
938
|
"ParentKey": "",
|
708
|
-
"
|
939
|
+
"IsChecked": true,
|
940
|
+
"Children": []
|
709
941
|
}
|
710
|
-
]
|
711
|
-
"DataLabel": 0,
|
712
|
-
"DataRange": 0,
|
713
|
-
"DataTo": "",
|
714
|
-
"DataType": 0,
|
715
|
-
"Hide": 0,
|
716
|
-
"IsChecked": true,
|
717
|
-
"Key": "SealManagement",
|
718
|
-
"Name": "印章管理",
|
719
|
-
"ParentKey": "",
|
720
|
-
"Type": 1
|
942
|
+
]
|
721
943
|
}
|
722
944
|
]
|
723
945
|
},
|
724
946
|
{
|
725
|
-
"GroupKey": "Template",
|
726
947
|
"GroupName": "模板中心",
|
948
|
+
"GroupKey": "Template",
|
727
949
|
"Hide": 0,
|
728
950
|
"Permissions": [
|
729
951
|
{
|
952
|
+
"Name": "模板管理",
|
953
|
+
"Key": "TemplateManagement",
|
954
|
+
"Type": 1,
|
955
|
+
"Hide": 0,
|
956
|
+
"DataLabel": 0,
|
957
|
+
"DataType": 0,
|
958
|
+
"DataRange": 0,
|
959
|
+
"DataTo": "",
|
960
|
+
"ParentKey": "",
|
961
|
+
"IsChecked": true,
|
730
962
|
"Children": [
|
731
963
|
{
|
732
|
-
"
|
964
|
+
"Name": "查询模板",
|
965
|
+
"Key": "TemplateManagement-Query",
|
966
|
+
"Type": 1,
|
967
|
+
"Hide": 0,
|
733
968
|
"DataLabel": 0,
|
969
|
+
"DataType": 0,
|
734
970
|
"DataRange": 0,
|
735
971
|
"DataTo": "",
|
736
|
-
"DataType": 0,
|
737
|
-
"Hide": 0,
|
738
|
-
"IsChecked": true,
|
739
|
-
"Key": "TemplateManagement-Query",
|
740
|
-
"Name": "查询模板",
|
741
972
|
"ParentKey": "",
|
742
|
-
"
|
973
|
+
"IsChecked": true,
|
974
|
+
"Children": []
|
743
975
|
},
|
744
976
|
{
|
745
|
-
"
|
977
|
+
"Name": "官方模板收藏",
|
978
|
+
"Key": "OfficialFlowTemplateCollection",
|
979
|
+
"Type": 1,
|
980
|
+
"Hide": 0,
|
746
981
|
"DataLabel": 0,
|
982
|
+
"DataType": 0,
|
747
983
|
"DataRange": 0,
|
748
984
|
"DataTo": "",
|
749
|
-
"DataType": 0,
|
750
|
-
"Hide": 0,
|
751
|
-
"IsChecked": true,
|
752
|
-
"Key": "OfficialFlowTemplateCollection",
|
753
|
-
"Name": "官方模板收藏",
|
754
985
|
"ParentKey": "",
|
755
|
-
"
|
986
|
+
"IsChecked": true,
|
987
|
+
"Children": []
|
756
988
|
},
|
757
989
|
{
|
758
|
-
"
|
990
|
+
"Name": "下载模板",
|
991
|
+
"Key": "TemplateManagement-Download",
|
992
|
+
"Type": 1,
|
993
|
+
"Hide": 0,
|
759
994
|
"DataLabel": 0,
|
995
|
+
"DataType": 0,
|
760
996
|
"DataRange": 0,
|
761
997
|
"DataTo": "",
|
762
|
-
"DataType": 0,
|
763
|
-
"Hide": 0,
|
764
|
-
"IsChecked": true,
|
765
|
-
"Key": "TemplateManagement-Download",
|
766
|
-
"Name": "下载模板",
|
767
998
|
"ParentKey": "",
|
768
|
-
"
|
999
|
+
"IsChecked": true,
|
1000
|
+
"Children": []
|
769
1001
|
},
|
770
1002
|
{
|
771
|
-
"
|
1003
|
+
"Name": "创建模板",
|
1004
|
+
"Key": "TemplateManagement-Create",
|
1005
|
+
"Type": 1,
|
1006
|
+
"Hide": 0,
|
772
1007
|
"DataLabel": 0,
|
1008
|
+
"DataType": 0,
|
773
1009
|
"DataRange": 0,
|
774
1010
|
"DataTo": "",
|
775
|
-
"DataType": 0,
|
776
|
-
"Hide": 0,
|
777
|
-
"IsChecked": true,
|
778
|
-
"Key": "TemplateManagement-Create",
|
779
|
-
"Name": "创建模板",
|
780
1011
|
"ParentKey": "",
|
781
|
-
"
|
1012
|
+
"IsChecked": true,
|
1013
|
+
"Children": []
|
782
1014
|
},
|
783
1015
|
{
|
784
|
-
"
|
1016
|
+
"Name": "删除模板",
|
1017
|
+
"Key": "DeleteFlowTemplates",
|
1018
|
+
"Type": 2,
|
1019
|
+
"Hide": 0,
|
785
1020
|
"DataLabel": 0,
|
1021
|
+
"DataType": 0,
|
786
1022
|
"DataRange": 0,
|
787
1023
|
"DataTo": "",
|
788
|
-
"DataType": 0,
|
789
|
-
"Hide": 0,
|
790
|
-
"IsChecked": true,
|
791
|
-
"Key": "DeleteFlowTemplates",
|
792
|
-
"Name": "删除模板",
|
793
1024
|
"ParentKey": "",
|
794
|
-
"
|
1025
|
+
"IsChecked": true,
|
1026
|
+
"Children": []
|
795
1027
|
},
|
796
1028
|
{
|
797
|
-
"
|
1029
|
+
"Name": "编辑模板",
|
1030
|
+
"Key": "ModifyFlowTemplate",
|
1031
|
+
"Type": 2,
|
1032
|
+
"Hide": 0,
|
798
1033
|
"DataLabel": 0,
|
1034
|
+
"DataType": 0,
|
799
1035
|
"DataRange": 0,
|
800
1036
|
"DataTo": "",
|
801
|
-
"DataType": 0,
|
802
|
-
"Hide": 0,
|
803
|
-
"IsChecked": true,
|
804
|
-
"Key": "ModifyFlowTemplate",
|
805
|
-
"Name": "编辑模板",
|
806
1037
|
"ParentKey": "",
|
807
|
-
"
|
1038
|
+
"IsChecked": true,
|
1039
|
+
"Children": []
|
808
1040
|
}
|
809
|
-
]
|
810
|
-
"DataLabel": 0,
|
811
|
-
"DataRange": 0,
|
812
|
-
"DataTo": "",
|
813
|
-
"DataType": 0,
|
814
|
-
"Hide": 0,
|
815
|
-
"IsChecked": true,
|
816
|
-
"Key": "TemplateManagement",
|
817
|
-
"Name": "模板管理",
|
818
|
-
"ParentKey": "",
|
819
|
-
"Type": 1
|
1041
|
+
]
|
820
1042
|
}
|
821
1043
|
]
|
822
1044
|
}
|
823
1045
|
]
|
824
1046
|
}
|
825
1047
|
],
|
826
|
-
"RequestId": "
|
1048
|
+
"RequestId": "cb9c33e8-2870-42ea-b798-b9fbd4756827"
|
827
1049
|
}
|
828
1050
|
}
|
829
1051
|
```
|