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