|
@@ -245,6 +245,34 @@ $afandeng_phone = ['name' => 'afandeng', 'store_id' => 27,
|
|
|
],
|
|
|
'official_sn' => true, 'refill_type' => 'api'];
|
|
|
|
|
|
+$tongy_phone = ['name' => 'tongy', 'store_id' => 26,
|
|
|
+ 'amount' => [
|
|
|
+ 30 => [['goods_id' => 6408, 'price' => 29.76, 'quality' => 2, 'card_type' => 'chinamobile'],
|
|
|
+ ['goods_id' => 6408, 'price' => 29.4, 'quality' => 2, 'card_type' => 'chinaunicom'],
|
|
|
+ ['goods_id' => 6408, 'price' => 29.64, 'quality' => 2, 'card_type' => 'chinatelecom']],
|
|
|
+
|
|
|
+ 50 => [['goods_id' => 6409, 'price' => 49.6, 'quality' => 2, 'card_type' => 'chinamobile'],
|
|
|
+ ['goods_id' => 6409, 'price' => 48.75, 'quality' => 2, 'card_type' => 'chinaunicom'],
|
|
|
+ ['goods_id' => 6409, 'price' => 49.4, 'quality' => 2, 'card_type' => 'chinatelecom']],
|
|
|
+
|
|
|
+ 100 => [['goods_id' => 6410, 'price' => 99.2, 'quality' => 2, 'card_type' => 'chinamobile'],
|
|
|
+ ['goods_id' => 6410, 'price' => 97.5, 'quality' => 2, 'card_type' => 'chinaunicom'],
|
|
|
+ ['goods_id' => 6410, 'price' => 98.8, 'quality' => 2, 'card_type' => 'chinatelecom']],
|
|
|
+
|
|
|
+ 200 => [['goods_id' => 6411, 'price' => 198.4, 'quality' => 2, 'card_type' => 'chinamobile'],
|
|
|
+ ['goods_id' => 6411, 'price' => 194.6, 'quality' => 2, 'card_type' => 'chinaunicom'],
|
|
|
+ ['goods_id' => 6411, 'price' => 197.6, 'quality' => 2, 'card_type' => 'chinatelecom']],
|
|
|
+
|
|
|
+ 300 => [['goods_id' => 6412, 'price' => 297.6, 'quality' => 2, 'card_type' => 'chinamobile'],
|
|
|
+ ['goods_id' => 6412, 'price' => 291.9, 'quality' => 2, 'card_type' => 'chinaunicom'],
|
|
|
+ ['goods_id' => 6412, 'price' => 296.4, 'quality' => 2, 'card_type' => 'chinatelecom']],
|
|
|
+
|
|
|
+ 500 => [['goods_id' => 6413, 'price' => 496, 'quality' => 2, 'card_type' => 'chinamobile'],
|
|
|
+ ['goods_id' => 6413, 'price' => 486.5, 'quality' => 2, 'card_type' => 'chinaunicom'],
|
|
|
+ ['goods_id' => 6413, 'price' => 494, 'quality' => 2, 'card_type' => 'chinatelecom']]
|
|
|
+ ],
|
|
|
+ 'official_sn' => true, 'refill_type' => 'api'];
|
|
|
+
|
|
|
$phone_providers = [
|
|
|
// ['name' => 'beixt', 'cfg' => $beixt_phone],
|
|
|
// ['name' => 'bxtwt', 'cfg' => $bxtwt_phone],
|
|
@@ -259,6 +287,7 @@ $phone_providers = [
|
|
|
['name' => 'afandeng', 'cfg' => $afandeng_phone],
|
|
|
['name' => 'afandnew', 'cfg' => $afandnew_phone],
|
|
|
['name' => 'lingzh', 'cfg' => $lingzh_phone],
|
|
|
- ['name' => 'lingzhdl', 'cfg' => $lingzhdl_phone]
|
|
|
+ ['name' => 'lingzhdl', 'cfg' => $lingzhdl_phone],
|
|
|
+// ['name' => 'tongy', 'cfg' => $tongy_phone],
|
|
|
];
|
|
|
$config['phone_providers'] = $phone_providers;
|