|
@@ -2770,6 +2770,19 @@ $xingzy_normal_phone = ['name' => 'xingzy_normal', 'store_id' => 137, 'qualitys'
|
|
],
|
|
],
|
|
'official_sn' => true, 'refill_type' => 'api'];
|
|
'official_sn' => true, 'refill_type' => 'api'];
|
|
|
|
|
|
|
|
+$pushang_phone = ['name' => 'pushang', 'store_id' => 138, 'qualitys' => '2',
|
|
|
|
+ 'amount' => [
|
|
|
|
+// 10 => [['goods_id' => 7187, 'price' => 10.03, 'quality' => 2, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
|
+// 20 => [['goods_id' => 7188, 'price' => 20.06, 'quality' => 2, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
|
+ 30 => [['goods_id' => 7189, 'price' => 30.09, 'quality' => 2, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
|
+ 50 => [['goods_id' => 7190, 'price' => 49.85, 'quality' => 2, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
|
+ 100 => [['goods_id' => 7191, 'price' => 99.7, 'quality' => 2, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
|
+ 200 => [['goods_id' => 7192, 'price' => 199.4, 'quality' => 2, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
|
+ 300 => [['goods_id' => 7193, 'price' => 299.1, 'quality' => 2, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']],
|
|
|
|
+ 500 => [['goods_id' => 7194, 'price' => 498.5, 'quality' => 2, 'card_type' => 'chinamobile,chinaunicom,chinatelecom']]
|
|
|
|
+ ],
|
|
|
|
+ 'official_sn' => true, 'refill_type' => 'api'];
|
|
|
|
+
|
|
$phone_providers = [
|
|
$phone_providers = [
|
|
// ['name' => 'beixt', 'cfg' => $beixt_phone],
|
|
// ['name' => 'beixt', 'cfg' => $beixt_phone],
|
|
// ['name' => 'bxtwt', 'cfg' => $bxtwt_phone],
|
|
// ['name' => 'bxtwt', 'cfg' => $bxtwt_phone],
|
|
@@ -2873,7 +2886,8 @@ $phone_providers = [
|
|
['name' => 'chizeng', 'cfg' => $chizeng_phone],
|
|
['name' => 'chizeng', 'cfg' => $chizeng_phone],
|
|
['name' => 'jinxin', 'cfg' => $jinxin_phone],
|
|
['name' => 'jinxin', 'cfg' => $jinxin_phone],
|
|
['name' => 'kachong', 'cfg' => $kachong_phone],
|
|
['name' => 'kachong', 'cfg' => $kachong_phone],
|
|
- ['name' => 'xingzy_normal', 'cfg' => $xingzy_normal_phone]
|
|
|
|
|
|
+ ['name' => 'xingzy_normal', 'cfg' => $xingzy_normal_phone],
|
|
|
|
+ ['name' => 'pushang', 'cfg' => $pushang_phone]
|
|
];
|
|
];
|
|
$config['phone_providers'] = $phone_providers;
|
|
$config['phone_providers'] = $phone_providers;
|
|
|
|
|