stanley-king 3 年之前
父節點
當前提交
62c50cd3ca
共有 1 個文件被更改,包括 4 次插入4 次删除
  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']
 ];