owl-cli 7.11.0 → 7.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/examples/models/owlsys/securitySetting/api_limit_setting.json +67 -0
- package/examples/models/owlsys/securitySetting/login_setting.json +58 -0
- package/examples/models/owlsys/securitySetting/mall_blacklist.json +51 -0
- package/examples/models/owlsys/securitySetting/mall_blacklist_rule.json +95 -0
- package/examples/models/owlsys/securitySetting/mobile_blacklist.json +55 -0
- package/examples/models/owlsys/securitySetting/mobile_blacklist_rule.json +80 -0
- package/examples/models/owlsys/securitySetting/sms_setting.json +72 -0
- package/package.json +1 -1
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
{
|
|
2
|
+
"base_info": {
|
|
3
|
+
"#meta": {
|
|
4
|
+
"fieldLabel": "基本信息",
|
|
5
|
+
"includeKey": "no",
|
|
6
|
+
"position": "card",
|
|
7
|
+
"span": 1
|
|
8
|
+
},
|
|
9
|
+
"id": "string(16),formSize:8,disabled:true;内部ID",
|
|
10
|
+
"args_key": "string(32),formSize:8,listSize:5,required:true;参数键"
|
|
11
|
+
},
|
|
12
|
+
"limit_user_info": {
|
|
13
|
+
"#meta": {
|
|
14
|
+
"fieldLabel": "相同用户限制",
|
|
15
|
+
"includeKey": "no",
|
|
16
|
+
"position": "card",
|
|
17
|
+
"span": 1
|
|
18
|
+
},
|
|
19
|
+
"checkId_minute_count_5": "number(5),listSize:9,formSize:8,defaultValue:10;实名验证接口5分钟内最大请求次数"
|
|
20
|
+
},
|
|
21
|
+
"limit_ip_info": {
|
|
22
|
+
"#meta": {
|
|
23
|
+
"fieldLabel": "相同IP限制",
|
|
24
|
+
"includeKey": "no",
|
|
25
|
+
"position": "card",
|
|
26
|
+
"span": 1
|
|
27
|
+
},
|
|
28
|
+
"ip_login_minute_count_60": "number(5),listSize:9,formSize:8,defaultValue:50;登录接口60分钟内最大请求次数",
|
|
29
|
+
"ip_checkId_minute_count_60": "number(5),listSize:9,formSize:8,defaultValue:50;实名验证接口60分钟内最大请求次数"
|
|
30
|
+
},
|
|
31
|
+
"other_info": {
|
|
32
|
+
"#meta": {
|
|
33
|
+
"fieldLabel": "其他信息",
|
|
34
|
+
"includeKey": "no",
|
|
35
|
+
"position": "card",
|
|
36
|
+
"span": 1
|
|
37
|
+
},
|
|
38
|
+
"owl_createTime": "date,formSize:8,listSize:9,searchable:true;创建时间"
|
|
39
|
+
},
|
|
40
|
+
|
|
41
|
+
"_t": "api_limit_setting",
|
|
42
|
+
"#meta": {
|
|
43
|
+
"id": "<%=#args_key%>",
|
|
44
|
+
"rem": "接口请求限制",
|
|
45
|
+
"projectName": "安全设置",
|
|
46
|
+
"changeLogEnabled": true,
|
|
47
|
+
"parent": [
|
|
48
|
+
"platform"
|
|
49
|
+
],
|
|
50
|
+
"visitType": [
|
|
51
|
+
"platform"
|
|
52
|
+
],
|
|
53
|
+
"pos": 16,
|
|
54
|
+
"group": {
|
|
55
|
+
"id": "systemadmin",
|
|
56
|
+
"name": "系统管理",
|
|
57
|
+
"icon": "setting",
|
|
58
|
+
"pos": 30,
|
|
59
|
+
"level2": {
|
|
60
|
+
"id": "security_setting",
|
|
61
|
+
"name": "安全设置",
|
|
62
|
+
"icon": "setting",
|
|
63
|
+
"pos": 18
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
{
|
|
2
|
+
"base_info": {
|
|
3
|
+
"#meta": {
|
|
4
|
+
"fieldLabel": "基本信息",
|
|
5
|
+
"includeKey": "no",
|
|
6
|
+
"position": "card",
|
|
7
|
+
"span": 1
|
|
8
|
+
},
|
|
9
|
+
"id": "string(16),formSize:8,disabled:true;内部ID",
|
|
10
|
+
"args_key": "string(32),formSize:8,listSize:5,required:true;参数键"
|
|
11
|
+
},
|
|
12
|
+
"limit_ip_info": {
|
|
13
|
+
"#meta": {
|
|
14
|
+
"fieldLabel": "相同IP限制",
|
|
15
|
+
"includeKey": "no",
|
|
16
|
+
"position": "card",
|
|
17
|
+
"span": 1
|
|
18
|
+
},
|
|
19
|
+
"ip_minute_count_60": "number(5),listSize:9,formSize:8,defaultValue:50;60分钟内最大请求次数"
|
|
20
|
+
},
|
|
21
|
+
"other_info": {
|
|
22
|
+
"#meta": {
|
|
23
|
+
"fieldLabel": "其他信息",
|
|
24
|
+
"includeKey": "no",
|
|
25
|
+
"position": "card",
|
|
26
|
+
"span": 1
|
|
27
|
+
},
|
|
28
|
+
"owl_createTime": "date,formSize:8,listSize:9,searchable:true;创建时间"
|
|
29
|
+
},
|
|
30
|
+
|
|
31
|
+
"_t": "login_setting",
|
|
32
|
+
"#meta": {
|
|
33
|
+
"id": "<%=#args_key%>",
|
|
34
|
+
"rem": "登录请求限制",
|
|
35
|
+
"projectName": "安全设置",
|
|
36
|
+
"hide": "true",
|
|
37
|
+
"changeLogEnabled": true,
|
|
38
|
+
"parent": [
|
|
39
|
+
"platform"
|
|
40
|
+
],
|
|
41
|
+
"visitType": [
|
|
42
|
+
"platform"
|
|
43
|
+
],
|
|
44
|
+
"pos": 16,
|
|
45
|
+
"group": {
|
|
46
|
+
"id": "systemadmin",
|
|
47
|
+
"name": "系统管理",
|
|
48
|
+
"icon": "setting",
|
|
49
|
+
"pos": 30,
|
|
50
|
+
"level2": {
|
|
51
|
+
"id": "security_setting",
|
|
52
|
+
"name": "安全设置",
|
|
53
|
+
"icon": "setting",
|
|
54
|
+
"pos": 18
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
{
|
|
2
|
+
"base_info": {
|
|
3
|
+
"#meta": {
|
|
4
|
+
"fieldLabel": "基本信息",
|
|
5
|
+
"showTitle": "no",
|
|
6
|
+
"includeKey": "no",
|
|
7
|
+
"position": "card",
|
|
8
|
+
"span": 1
|
|
9
|
+
},
|
|
10
|
+
"id": "string(16),formSize:8,disabled:true;内部ID",
|
|
11
|
+
"user_id": "string(6),formSize:8,searchable:true;用户ID",
|
|
12
|
+
"mobile": "string(6),formSize:8,searchable:true;手机号",
|
|
13
|
+
"ip": "string(6),formSize:8,searchable:true;IP"
|
|
14
|
+
},
|
|
15
|
+
"other_info": {
|
|
16
|
+
"#meta": {
|
|
17
|
+
"fieldLabel": "其他信息",
|
|
18
|
+
"showTitle": "no",
|
|
19
|
+
"includeKey": "no",
|
|
20
|
+
"position": "card",
|
|
21
|
+
"span": 1
|
|
22
|
+
},
|
|
23
|
+
"owl_createTime": "date,formSize:8,listSize:9,searchable:true;创建时间"
|
|
24
|
+
},
|
|
25
|
+
|
|
26
|
+
"_t": "mall_blacklist",
|
|
27
|
+
"#meta": {
|
|
28
|
+
"push": true,
|
|
29
|
+
"rem": "购物黑名单",
|
|
30
|
+
"projectName": "购物黑名单",
|
|
31
|
+
"parent": [
|
|
32
|
+
"platform"
|
|
33
|
+
],
|
|
34
|
+
"visitType": [
|
|
35
|
+
"platform"
|
|
36
|
+
],
|
|
37
|
+
"pos": 10,
|
|
38
|
+
"group": {
|
|
39
|
+
"id": "systemadmin",
|
|
40
|
+
"name": "系统管理",
|
|
41
|
+
"icon": "setting",
|
|
42
|
+
"pos": 30,
|
|
43
|
+
"level2": {
|
|
44
|
+
"id": "security_setting",
|
|
45
|
+
"name": "安全设置",
|
|
46
|
+
"icon": "setting",
|
|
47
|
+
"pos": 18
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
}
|
|
51
|
+
}
|
|
@@ -0,0 +1,95 @@
|
|
|
1
|
+
{
|
|
2
|
+
"base_info": {
|
|
3
|
+
"#meta": {
|
|
4
|
+
"fieldLabel": "基本信息",
|
|
5
|
+
"showTitle": "no",
|
|
6
|
+
"includeKey": "no",
|
|
7
|
+
"position": "card",
|
|
8
|
+
"span": 1
|
|
9
|
+
},
|
|
10
|
+
"id": "string(16),formSize:4,disabled:true;内部ID",
|
|
11
|
+
"state": "choice,formSize:4,listSize:5,values:y_是/n_否,defaultValue:y,searchable:true;是否启用",
|
|
12
|
+
"name": "string(8),formSize:8,searchable:true,required:true;规则名称",
|
|
13
|
+
"limit_type": "choice,formSize:4,listSize:4,values:all_两个都限制/user_会员/ip_IP,defaultValue:all,searchable:true;限制对象",
|
|
14
|
+
"time_type": "choice,formSize:4,listSize:4,values:all_所有时间/byDay_按天限制,defaultValue:all,searchable:true;时间限制",
|
|
15
|
+
"byDay_mum": "number(7),formSize:4,defaultValue:10;按天限制天数(单位:天)",
|
|
16
|
+
"ip_limit_type": "choice,formSize:4,listSize:4,values:all_所有IP/ip_同一IP,defaultValue:ip,searchable:true;IP限制",
|
|
17
|
+
"user_limit_type": "choice,formSize:4,listSize:4,values:all_所有会员/user_同一会员,defaultValue:user,searchable:true;会员限制",
|
|
18
|
+
"product_limit_type": "choice,formSize:4,listSize:4,values:all_所有商品/product_同一商品,defaultValue:product,searchable:true;商品限制",
|
|
19
|
+
"limit_num": "number(14),formSize:8,searchable:true;数量限制(超过则自动加入黑名单)",
|
|
20
|
+
"show_msg": "string(8),formSize:8,searchable:true,defaultValue:您的帐号被系统判定为异常下单,如果确定需要下单,请联系客服;黑名单提示",
|
|
21
|
+
"remark": "string(8),formSize:8,searchable:true,multiline:T,showList:false;备注"
|
|
22
|
+
},
|
|
23
|
+
"limit_category": [
|
|
24
|
+
{
|
|
25
|
+
"#meta": {
|
|
26
|
+
"type": "embed",
|
|
27
|
+
"keyField": "id",
|
|
28
|
+
"fieldLabel": "商品分类限制",
|
|
29
|
+
"dataSourceModel": "mall_category",
|
|
30
|
+
"span": 2,
|
|
31
|
+
"fields": [
|
|
32
|
+
"id",
|
|
33
|
+
"parent_id",
|
|
34
|
+
"name",
|
|
35
|
+
"fullPathIds",
|
|
36
|
+
"fullPathName",
|
|
37
|
+
"parentPathIds"
|
|
38
|
+
],
|
|
39
|
+
"position": "card",
|
|
40
|
+
"mapping": {
|
|
41
|
+
"id": "id",
|
|
42
|
+
"parent_id": "parent_id",
|
|
43
|
+
"name": "name",
|
|
44
|
+
"fullPathIds": "fullPathIds",
|
|
45
|
+
"fullPathName": "fullPathName",
|
|
46
|
+
"parentPathIds": "parentPathIds"
|
|
47
|
+
}
|
|
48
|
+
},
|
|
49
|
+
"fullPathName": "string(32);完整分类",
|
|
50
|
+
"id": "string(10),searchable:true;平台分类ID",
|
|
51
|
+
"name": "string(10),searchable:true;平台分类名称",
|
|
52
|
+
"parent_id": "string(32),searchable:false,hidden:true;上级ID",
|
|
53
|
+
"parentPathIds": "string(32),hidden:true;上级分类",
|
|
54
|
+
"fullPathIds": "string(32),hidden:true;完整分类ID"
|
|
55
|
+
}
|
|
56
|
+
],
|
|
57
|
+
"other_info": {
|
|
58
|
+
"#meta": {
|
|
59
|
+
"fieldLabel": "其他信息",
|
|
60
|
+
"showTitle": "no",
|
|
61
|
+
"includeKey": "no",
|
|
62
|
+
"position": "card",
|
|
63
|
+
"span": 1
|
|
64
|
+
},
|
|
65
|
+
|
|
66
|
+
"owl_createTime": "date,formSize:8,listSize:9,searchable:true,disabled:true;创建时间",
|
|
67
|
+
"owl_createUserId": "string(10),formSize:8,listSize:8,searchable:true,disabled:true;创建人"
|
|
68
|
+
},
|
|
69
|
+
|
|
70
|
+
"_t": "mall_blacklist_rule",
|
|
71
|
+
"#meta": {
|
|
72
|
+
"changeLogEnabled": true,
|
|
73
|
+
"rem": "购物黑名单规则",
|
|
74
|
+
"projectName": "购物黑名单规则",
|
|
75
|
+
"parent": [
|
|
76
|
+
"platform"
|
|
77
|
+
],
|
|
78
|
+
"visitType": [
|
|
79
|
+
"platform"
|
|
80
|
+
],
|
|
81
|
+
"pos": 13,
|
|
82
|
+
"group": {
|
|
83
|
+
"id": "systemadmin",
|
|
84
|
+
"name": "系统管理",
|
|
85
|
+
"icon": "setting",
|
|
86
|
+
"pos": 30,
|
|
87
|
+
"level2": {
|
|
88
|
+
"id": "security_setting",
|
|
89
|
+
"name": "安全设置",
|
|
90
|
+
"icon": "setting",
|
|
91
|
+
"pos": 18
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
{
|
|
2
|
+
"base_info": {
|
|
3
|
+
"#meta": {
|
|
4
|
+
"fieldLabel": "基本信息",
|
|
5
|
+
"showTitle": "no",
|
|
6
|
+
"includeKey": "no",
|
|
7
|
+
"position": "card",
|
|
8
|
+
"span": 3
|
|
9
|
+
},
|
|
10
|
+
"id": "string(16),formSize:2,disabled:true;内部ID",
|
|
11
|
+
"state": "choice,formSize:2,listSize:6,values:0_正常/1_限制中,defaultValue:1,searchable:true;状态",
|
|
12
|
+
"blank1": "space,formSize:4;空白",
|
|
13
|
+
"mobile": "string(6),formSize:2,searchable:true,required:true;手机号",
|
|
14
|
+
"sendSmsNum": "string(6),formSize:2;规则内已发送短信数量",
|
|
15
|
+
"source_rule_id": "string(6),formSize:2,searchable:true;来源的规则ID"
|
|
16
|
+
},
|
|
17
|
+
"other_info": {
|
|
18
|
+
"#meta": {
|
|
19
|
+
"fieldLabel": "其他信息",
|
|
20
|
+
"showTitle": "no",
|
|
21
|
+
"includeKey": "no",
|
|
22
|
+
"position": "card",
|
|
23
|
+
"span": 1
|
|
24
|
+
},
|
|
25
|
+
"owl_createTime": "date,formSize:8,listSize:9,searchable:true;创建时间",
|
|
26
|
+
"refreshTime": "date,formSize:8,listSize:9,searchable:true;最近刷新时间"
|
|
27
|
+
},
|
|
28
|
+
|
|
29
|
+
"_t": "mobile_blacklist",
|
|
30
|
+
"#meta": {
|
|
31
|
+
"id": "<%=#mobile%>",
|
|
32
|
+
"push": true,
|
|
33
|
+
"rem": "手机黑名单",
|
|
34
|
+
"projectName": "手机黑名单",
|
|
35
|
+
"parent": [
|
|
36
|
+
"platform"
|
|
37
|
+
],
|
|
38
|
+
"visitType": [
|
|
39
|
+
"platform"
|
|
40
|
+
],
|
|
41
|
+
"pos": 11,
|
|
42
|
+
"group": {
|
|
43
|
+
"id": "systemadmin",
|
|
44
|
+
"name": "系统管理",
|
|
45
|
+
"icon": "setting",
|
|
46
|
+
"pos": 30,
|
|
47
|
+
"level2": {
|
|
48
|
+
"id": "security_setting",
|
|
49
|
+
"name": "安全设置",
|
|
50
|
+
"icon": "setting",
|
|
51
|
+
"pos": 18
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
{
|
|
2
|
+
"base_info": {
|
|
3
|
+
"#meta": {
|
|
4
|
+
"fieldLabel": "基本信息",
|
|
5
|
+
"showTitle": "no",
|
|
6
|
+
"includeKey": "no",
|
|
7
|
+
"position": "card",
|
|
8
|
+
"span": 1
|
|
9
|
+
},
|
|
10
|
+
"id": "string(16),formSize:8,disabled:true;内部ID",
|
|
11
|
+
"name": "string(8),formSize:8,searchable:true,required:true;规则名称",
|
|
12
|
+
"state": "choice,formSize:4,listSize:4,values:y_是/n_否,defaultValue:y,searchable:true;是否启用",
|
|
13
|
+
"blank1": "space,formSize:4;空白",
|
|
14
|
+
"limitTime": "number(7),formSize:8;时间范围(单位:天)",
|
|
15
|
+
"limitNum": "number(14),formSize:8,searchable:true;短信发送最大数量(超过则自动加入黑名单)",
|
|
16
|
+
"remark": "string(8),formSize:8,searchable:true,multiline:T;备注"
|
|
17
|
+
},
|
|
18
|
+
"notice_types": [
|
|
19
|
+
{
|
|
20
|
+
"#meta": {
|
|
21
|
+
"span": 2,
|
|
22
|
+
"type": "embed",
|
|
23
|
+
"keyField": "id",
|
|
24
|
+
"fieldLabel": "触发器类型",
|
|
25
|
+
"position": "card",
|
|
26
|
+
"dataSourceModel": "mall_notice_type",
|
|
27
|
+
"fields": [
|
|
28
|
+
"id",
|
|
29
|
+
"type_id",
|
|
30
|
+
"type_name"
|
|
31
|
+
],
|
|
32
|
+
"mapping": {
|
|
33
|
+
"id": "id",
|
|
34
|
+
"type_id": "type_id",
|
|
35
|
+
"type_name": "type_name"
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
"id": "string(16),disabled:true,listSize:7,searchable:true,hidden:true;触发器类型ID",
|
|
39
|
+
"type_id": "string(16),disabled:true,listSize:7,searchable:true;触发器类型编号",
|
|
40
|
+
"type_name": "string(64),listSize:10,showList:true;触发器类型名称"
|
|
41
|
+
}
|
|
42
|
+
],
|
|
43
|
+
"other_info": {
|
|
44
|
+
"#meta": {
|
|
45
|
+
"fieldLabel": "其他信息",
|
|
46
|
+
"showTitle": "no",
|
|
47
|
+
"includeKey": "no",
|
|
48
|
+
"position": "card",
|
|
49
|
+
"span": 1
|
|
50
|
+
},
|
|
51
|
+
"owl_createTime": "date,formSize:8,listSize:9,searchable:true,disabled:true;创建时间",
|
|
52
|
+
"owl_createUserId": "string(10),formSize:8,listSize:8,searchable:true,disabled:true;创建人"
|
|
53
|
+
},
|
|
54
|
+
|
|
55
|
+
"_t": "mobile_blacklist_rule",
|
|
56
|
+
"#meta": {
|
|
57
|
+
"changeLogEnabled": true,
|
|
58
|
+
"rem": "手机黑名单规则",
|
|
59
|
+
"projectName": "手机黑名单规则",
|
|
60
|
+
"parent": [
|
|
61
|
+
"platform"
|
|
62
|
+
],
|
|
63
|
+
"visitType": [
|
|
64
|
+
"platform"
|
|
65
|
+
],
|
|
66
|
+
"pos": 12,
|
|
67
|
+
"group": {
|
|
68
|
+
"id": "systemadmin",
|
|
69
|
+
"name": "系统管理",
|
|
70
|
+
"icon": "setting",
|
|
71
|
+
"pos": 30,
|
|
72
|
+
"level2": {
|
|
73
|
+
"id": "security_setting",
|
|
74
|
+
"name": "安全设置",
|
|
75
|
+
"icon": "setting",
|
|
76
|
+
"pos": 18
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
{
|
|
2
|
+
"base_info": {
|
|
3
|
+
"#meta": {
|
|
4
|
+
"fieldLabel": "基本信息",
|
|
5
|
+
"includeKey": "no",
|
|
6
|
+
"position": "card",
|
|
7
|
+
"span": 1
|
|
8
|
+
},
|
|
9
|
+
"id": "string(16),formSize:8,disabled:true;内部ID",
|
|
10
|
+
"args_key": "string(32),formSize:8,listSize:5,required:true;参数键"
|
|
11
|
+
},
|
|
12
|
+
"limit_mobile_info": {
|
|
13
|
+
"#meta": {
|
|
14
|
+
"fieldLabel": "相同手机号码限制",
|
|
15
|
+
"includeKey": "no",
|
|
16
|
+
"position": "card",
|
|
17
|
+
"span": 1
|
|
18
|
+
},
|
|
19
|
+
"minute_count_1": "number(5),listSize:9,formSize:8,defaultValue:1;1分钟内最大发送条数",
|
|
20
|
+
"minute_count_5": "number(5),listSize:9,formSize:8,defaultValue:5;5分钟内最大发送条数",
|
|
21
|
+
"minute_count_60": "number(5),listSize:9,formSize:8,defaultValue:5;60分钟内最大发送条数",
|
|
22
|
+
"day_count_1": "number(5),listSize:8,formSize:8,defaultValue:10;1天内最大发送条数"
|
|
23
|
+
},
|
|
24
|
+
"limit_ip_info": {
|
|
25
|
+
"#meta": {
|
|
26
|
+
"fieldLabel": "相同IP限制",
|
|
27
|
+
"includeKey": "no",
|
|
28
|
+
"position": "card",
|
|
29
|
+
"span": 1
|
|
30
|
+
},
|
|
31
|
+
"ip_minute_count_1": "number(5),listSize:9,formSize:8,defaultValue:10;1分钟内最大发送条数",
|
|
32
|
+
"ip_minute_count_5": "number(5),listSize:9,formSize:8,defaultValue:20;5分钟内最大发送条数",
|
|
33
|
+
"ip_minute_count_60": "number(5),listSize:9,formSize:8,defaultValue:50;60分钟内最大发送条数",
|
|
34
|
+
"ip_day_count_1": "number(5),listSize:8,formSize:8,defaultValue:100;1天内最大发送条数"
|
|
35
|
+
},
|
|
36
|
+
"other_info": {
|
|
37
|
+
"#meta": {
|
|
38
|
+
"fieldLabel": "其他信息",
|
|
39
|
+
"includeKey": "no",
|
|
40
|
+
"position": "card",
|
|
41
|
+
"span": 1
|
|
42
|
+
},
|
|
43
|
+
"owl_createTime": "date,formSize:8,listSize:9,searchable:true;创建时间"
|
|
44
|
+
},
|
|
45
|
+
|
|
46
|
+
"_t": "sms_setting",
|
|
47
|
+
"#meta": {
|
|
48
|
+
"id": "<%=#args_key%>",
|
|
49
|
+
"rem": "短信发送限制",
|
|
50
|
+
"projectName": "安全设置",
|
|
51
|
+
"changeLogEnabled": true,
|
|
52
|
+
"parent": [
|
|
53
|
+
"platform"
|
|
54
|
+
],
|
|
55
|
+
"visitType": [
|
|
56
|
+
"platform"
|
|
57
|
+
],
|
|
58
|
+
"pos": 15,
|
|
59
|
+
"group": {
|
|
60
|
+
"id": "systemadmin",
|
|
61
|
+
"name": "系统管理",
|
|
62
|
+
"icon": "setting",
|
|
63
|
+
"pos": 30,
|
|
64
|
+
"level2": {
|
|
65
|
+
"id": "security_setting",
|
|
66
|
+
"name": "安全设置",
|
|
67
|
+
"icon": "setting",
|
|
68
|
+
"pos": 18
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
}
|