config.php
4.1 KB
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
<?php
return array (
0 =>
array (
'name' => 'LiteName',
'title' => '小程序名称',
'type' => 'string',
'content' =>
array (
),
'value' => 'Fa商城微信小程序',
'rule' => 'required',
'msg' => '',
'tip' => '小程序顶部展示标题',
'ok' => '',
'extend' => '',
),
1 =>
array (
'name' => 'TopTextColor',
'title' => '小程序标题颜色',
'type' => 'radio',
'content' =>
array (
10 => '黑色',
20 => '白色',
),
'value' => '20',
'rule' => 'required',
'msg' => '',
'tip' => '顶部导航文字颜色',
'ok' => '',
'extend' => '',
),
2 =>
array (
'name' => 'BackgroundColor',
'title' => '小程序导航',
'type' => 'color',
'content' =>
array (
),
'value' => '#6d189e',
'rule' => 'required',
'msg' => '',
'tip' => '顶部背景色',
'ok' => '',
'extend' => '',
),
3 =>
array (
'name' => 'Indexotice',
'title' => '首页通知栏',
'type' => 'string',
'content' =>
array (
),
'value' => '欢迎使用Fastadmin移动端商城插件,在这里您将得到最优质的体验...',
'rule' => '',
'msg' => '',
'tip' => '首页顶部通知栏文字',
'ok' => '',
'extend' => '',
),
4 =>
array (
'name' => 'AppID',
'title' => '小程序ID',
'type' => 'string',
'content' =>
array (
),
'value' => 'wxb345558fbe7123f4',
'rule' => 'required',
'msg' => '',
'tip' => '关联小程序AppID',
'ok' => '',
'extend' => '',
),
5 =>
array (
'name' => 'AppSecret',
'title' => '小程序密钥',
'type' => 'string',
'content' =>
array (
),
'value' => '7f04ffc23a080d581542e2be5c71486e',
'rule' => 'required',
'msg' => '',
'tip' => '关联小程序AppSecret',
'ok' => '',
'extend' => '',
),
6 =>
array (
'name' => 'MCHID',
'title' => '小程序商户号',
'type' => 'string',
'content' =>
array (
),
'value' => '1601984106',
'rule' => '',
'msg' => '',
'tip' => '小程序的微信支付商户号',
'ok' => '',
'extend' => '',
),
7 =>
array (
'name' => 'APIKEY',
'title' => '小程序支付密钥',
'type' => 'string',
'content' =>
array (
),
'value' => 'b6iGEk2ZPhj8ElHuWX0slbxojCVSn8oN',
'rule' => '',
'msg' => '',
'tip' => '小程序的微信支付密钥',
'ok' => '',
'extend' => '',
),
8 =>
array (
'name' => 'MCHIDGZH',
'title' => '公众号商户号',
'type' => 'string',
'content' =>
array (
),
'value' => '1601984106',
'rule' => '',
'msg' => '',
'tip' => '公众号的微信支付商户号',
'ok' => '',
'extend' => '',
),
9 =>
array (
'name' => 'APIKEYGZH',
'title' => '公众号支付密钥',
'type' => 'string',
'content' =>
array (
),
'value' => 'b6iGEk2ZPhj8ElHuWX0slbxojCVSn8oN',
'rule' => '',
'msg' => '',
'tip' => '公众号的微信支付密钥',
'ok' => '',
'extend' => '',
),
10 =>
array (
'name' => 'freight',
'title' => '运费组合设置',
'type' => 'radio_text',
'content' =>
array (
10 => '叠加',
20 => '以最低运费结算',
30 => '以最高运费结算',
),
'value' => '10',
'rule' => 'required',
'msg' => '',
'tip' =>
array (
10 => '订单中有多个运费时,取每个商品的运费之和为总运费',
20 => '订单中有多个运费时,取订单中运费最少的商品的运费为总运费',
30 => '订单中有多个运费时,取订单中运费最多的商品的运费为总运费',
),
'ok' => '',
'extend' => '',
),
11 =>
array (
'name' => 'ShuoMing',
'title' => '插件配置说明',
'type' => 'radio',
'content' =>
array (
10 => '公众号请点击这里查看说明',
),
'value' => '10',
'rule' => 'required',
'msg' => '',
'tip' => '公众号的用户关联的AppSecret和AppSecret,请在第三方登录插件中,配置。',
'ok' => '',
'extend' => '',
),
);