|
@@ -2815,6 +2815,19 @@ $huafutong_phone = ['name' => 'huafutong', 'store_id' => 139, 'qualitys' => '1',
|
|
|
],
|
|
|
'official_sn' => true, 'refill_type' => 'api'];
|
|
|
|
|
|
+$dinghui_phone = ['name' => 'dinghui', 'store_id' => 140, 'qualitys' => '5',
|
|
|
+ 'amount' => [
|
|
|
+ 10 => [['goods_id' => 7203, 'price' => 9.23, 'quality' => 5, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
+ 20 => [['goods_id' => 7204, 'price' => 18.46, 'quality' => 5, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
+ 30 => [['goods_id' => 7205, 'price' => 27.69, 'quality' => 5, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
+ 50 => [['goods_id' => 7206, 'price' => 46.15, 'quality' => 5, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
+ 100 => [['goods_id' => 7207, 'price' => 92.3, 'quality' => 5, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
+ 200 => [['goods_id' => 7208, 'price' => 184.6, 'quality' => 5, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
+ 300 => [['goods_id' => 7209, 'price' => 276.9, 'quality' => 5, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
+ 500 => [['goods_id' => 7210, 'price' => 461.5, 'quality' => 5, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']]
|
|
|
+ ],
|
|
|
+ 'official_sn' => true, 'refill_type' => 'api'];
|
|
|
+
|
|
|
$phone_providers = [
|
|
|
// ['name' => 'beixt', 'cfg' => $beixt_phone],
|
|
|
// ['name' => 'bxtwt', 'cfg' => $bxtwt_phone],
|
|
@@ -2920,7 +2933,8 @@ $phone_providers = [
|
|
|
['name' => 'kachong', 'cfg' => $kachong_phone],
|
|
|
['name' => 'xingzy_normal', 'cfg' => $xingzy_normal_phone],
|
|
|
['name' => 'pushang', 'cfg' => $pushang_phone],
|
|
|
- ['name' => 'huafutong', 'cfg' => $huafutong_phone]
|
|
|
+ ['name' => 'huafutong', 'cfg' => $huafutong_phone],
|
|
|
+ ['name' => 'dinghui', 'cfg' => $dinghui_phone]
|
|
|
];
|
|
|
$config['phone_providers'] = $phone_providers;
|
|
|
|