|
@@ -6920,6 +6920,19 @@ $douxun_phone = ['name' => 'douxun', 'store_id' => 252, 'qualitys' => '2',
|
|
|
],
|
|
|
'official_sn' => true, 'refill_type' => 'api'];
|
|
|
|
|
|
+$feimingyu_middle_phone = ['name' => 'feimingyu_middle', 'store_id' => 253, 'qualitys' => '1',
|
|
|
+ 'amount' => [
|
|
|
+// 10 => [['goods_id' => 8095, 'price' => 9.7, 'quality' => 1, 'card_type' => 'chinamobile']],
|
|
|
+// 20 => [['goods_id' => 8096, 'price' => 19.4, 'quality' => 1, 'card_type' => 'chinamobile']],
|
|
|
+ 30 => [['goods_id' => 8097, 'price' => 29.1, 'quality' => 1, 'card_type' => 'chinamobile']],
|
|
|
+ 50 => [['goods_id' => 8098, 'price' => 48.5, 'quality' => 1, 'card_type' => 'chinamobile']],
|
|
|
+ 100 => [['goods_id' => 8099, 'price' => 97, 'quality' => 1, 'card_type' => 'chinamobile']],
|
|
|
+ 200 => [['goods_id' => 8100, 'price' => 194, 'quality' => 1, 'card_type' => 'chinamobile']],
|
|
|
+// 300 => [['goods_id' => 8101, 'price' => 291, 'quality' => 1, 'card_type' => 'chinamobile']],
|
|
|
+// 500 => [['goods_id' => 8102, 'price' => 485, 'quality' => 1, 'card_type' => 'chinamobile']]
|
|
|
+ ],
|
|
|
+ 'official_sn' => true, 'refill_type' => 'api'];
|
|
|
+
|
|
|
$phone_providers = [
|
|
|
// ['name' => 'beixt', 'cfg' => $beixt_phone],
|
|
|
// ['name' => 'bxtwt', 'cfg' => $bxtwt_phone],
|
|
@@ -7129,6 +7142,7 @@ $phone_providers = [
|
|
|
['name' => 'weixue_yi', 'cfg' => $weixue_yi_phone],
|
|
|
['name' => 'jinfeng_fs', 'cfg' => $jinfeng_fs_phone],
|
|
|
['name' => 'douxun', 'cfg' => $douxun_phone],
|
|
|
+ ['name' => 'feimingyu_middle', 'cfg' => $feimingyu_middle_phone],
|
|
|
|
|
|
];
|
|
|
$config['phone_providers'] = $phone_providers;
|