|
@@ -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'],
|