|
@@ -60,6 +60,16 @@ return array
|
|
|
'update' => 'text',
|
|
|
),
|
|
|
|
|
|
+ 'buy_notice' => array
|
|
|
+ (
|
|
|
+ 'type' => 'varchar-800',
|
|
|
+ 'name' => '购买小刊提示-h5页面购买兑换码时的提示语',
|
|
|
+ 'default' => '一次购买多本将生成一个兑换码用于兑换,如需多个兑换码,请多次购买。',
|
|
|
+ 'desc' => '购买小刊提示',
|
|
|
+ 'match' => 'is_string',
|
|
|
+ 'update' => 'text',
|
|
|
+ ),
|
|
|
+
|
|
|
'buy_desc' => array
|
|
|
(
|
|
|
'type' => 'varchar-800',
|