stanley-king 3 rokov pred
rodič
commit
62c50cd3ca
1 zmenil súbory, kde vykonal 4 pridanie a 4 odobranie
  1. 4 4
      data/config/xyzadm/refill.ini.php

+ 4 - 4
data/config/xyzadm/refill.ini.php

@@ -7,10 +7,10 @@ $config['refill_phone_specs'] = [10, 20, 30, 50, 100, 200, 300, 500];
 
 //充值额度基本表
 $config['refill_specs'] = [
-    'petrochina'  => $config['refill_oil_specs'],
-    'sinopec'     => $config['refill_oil_specs'],
-    'chinamobile' => $config['refill_phone_specs'],
-    'chinaunicom' => $config['refill_phone_specs'],
+    'petrochina'  =>  $config['refill_oil_specs'],
+    'sinopec'     =>  $config['refill_oil_specs'],
+    'chinamobile' =>  $config['refill_phone_specs'],
+    'chinaunicom' =>  $config['refill_phone_specs'],
     'chinatelecom' => $config['refill_phone_specs']
 ];