Browse Source

fix config file

stanley-king 3 năm trước cách đây
mục cha
commit
21905353cd
2 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. 2 2
      data/config/dev/refill.ini.php
  2. 2 2
      data/config/xyztest/refill.ini.php

+ 2 - 2
data/config/dev/refill.ini.php

@@ -2,9 +2,9 @@
 
 global $config;
 
-$config['refill_oil_specs'] = [100, 200, 500, 1000, 2000];
+$config['refill_oil_specs'] = [50, 100, 200, 500, 1000, 2000];
 $config['refill_phone_specs'] = [10, 20, 30, 50, 100, 200, 300, 500];
-
+$config['refill_phone_small_specs'] = [1, 2, 3, 4, 5, 6, 7, 8, 9];
 //充值额度基本表
 $config['refill_specs'] = [
     'petrochina'  =>  $config['refill_oil_specs'],

+ 2 - 2
data/config/xyztest/refill.ini.php

@@ -2,9 +2,9 @@
 
 global $config;
 
-$config['refill_oil_specs'] = [100, 200, 500, 1000, 2000];
+$config['refill_oil_specs'] = [50, 100, 200, 500, 1000, 2000];
 $config['refill_phone_specs'] = [10, 20, 30, 50, 100, 200, 300, 500];
-
+$config['refill_phone_small_specs'] = [1, 2, 3, 4, 5, 6, 7, 8, 9];
 //充值额度基本表
 $config['refill_specs'] = [
     'petrochina'  =>  $config['refill_oil_specs'],