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
| {
| "templateName":"小程序管理",
| "directories": "property",
| "templateCode":"smallWeChat",
| "templateKey":"weChatId",
| "templateKeyName":"编码",
| "searchCode": "name",
| "searchName": "小程序名称",
| "conditions": [
| {
| "name": "小程序名称",
| "inputType": "input",
| "code": "name",
| "whereCondition": "equal"
| },
| {
| "name": "appId",
| "inputType": "input",
| "code": "appId",
| "whereCondition": "equal"
| }
| ],
| "columns":[
| {
| "code":"name",
| "cnCode":"小程序名称",
| "desc":"必填,请填写小程序名称",
| "required":true,
| "hasDefaultValue":false,
| "inputType": "input",
| "limit":"max",
| "limitParam":"1,100",
| "limitErrInfo":"小程序名称不能超过100位",
| "show": true
| },
| {
| "code": "appId",
| "cnCode":"appId",
| "desc":"必填,请填写appId",
| "required":true,
| "hasDefaultValue":false,
| "inputType": "input",
| "limit":"maxin",
| "limitParam":"1,100",
| "limitErrInfo":"appId不能超过100位",
| "show": true
| },
| {
| "code":"appSecret",
| "cnCode":"应用密钥",
| "desc":"必填,请填写应用密钥",
| "required":true,
| "hasDefaultValue":false,
| "inputType": "input",
| "limit":"maxin",
| "limitParam":"1,200",
| "limitErrInfo":"应用密钥不能超过200个字符",
| "show": true
| },
| {
| "code": "payPassword",
| "cnCode":"支付密码",
| "desc":"必填,请填写支付密码",
| "required":true,
| "hasDefaultValue":false,
| "inputType": "input",
| "limit":"maxin",
| "limitParam":"1,200",
| "limitErrInfo":"支付密码不能超过200个字符",
| "show": true
| }
| ]
| }
|
|