|
@@ -5155,6 +5155,51 @@ $pengxinda_phone = ['name' => 'pengxinda', 'store_id' => 203,'qualitys' => '2',
|
|
|
],
|
|
|
'official_sn' => true, 'refill_type' => 'api'];
|
|
|
|
|
|
+$huazhong_phone = ['name' => 'huazhong', 'store_id' => 204, 'qualitys' => '1',
|
|
|
+ 'amount' => [
|
|
|
+// 10 => [
|
|
|
+// ['goods_id' => 7714, 'price' => 9.55, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
+// ['goods_id' => 7714, 'price' => 9.42, 'quality' => 1, 'card_type' => 'chinaunicom'],
|
|
|
+// ['goods_id' => 7714, 'price' => 9.51, 'quality' => 1, 'card_type' => 'chinatelecom']
|
|
|
+// ],
|
|
|
+// 20 => [
|
|
|
+// ['goods_id' => 7715, 'price' => 19.1, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
+// ['goods_id' => 7715, 'price' => 18.84, 'quality' => 1, 'card_type' => 'chinaunicom'],
|
|
|
+// ['goods_id' => 7715, 'price' => 19.02, 'quality' => 1, 'card_type' => 'chinatelecom']
|
|
|
+// ],
|
|
|
+ 30 => [
|
|
|
+// ['goods_id' => 7716, 'price' => 28.65, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
+// ['goods_id' => 7716, 'price' => 28.26, 'quality' => 1, 'card_type' => 'chinaunicom'],
|
|
|
+ ['goods_id' => 7716, 'price' => 28.53, 'quality' => 1, 'card_type' => 'chinatelecom']
|
|
|
+ ],
|
|
|
+ 50 => [
|
|
|
+ ['goods_id' => 7717, 'price' => 47.75, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
+// ['goods_id' => 7717, 'price' => 47.1, 'quality' => 1, 'card_type' => 'chinaunicom'],
|
|
|
+ ['goods_id' => 7717, 'price' => 47.55, 'quality' => 1, 'card_type' => 'chinatelecom'],
|
|
|
+ ],
|
|
|
+ 100 => [
|
|
|
+ ['goods_id' => 7718, 'price' => 95.5, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
+// ['goods_id' => 7718, 'price' => 94.2, 'quality' => 1, 'card_type' => 'chinaunicom'],
|
|
|
+ ['goods_id' => 7718, 'price' => 95.1, 'quality' => 1, 'card_type' => 'chinatelecom']
|
|
|
+ ],
|
|
|
+ 200 => [
|
|
|
+ ['goods_id' => 7719, 'price' => 191, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
+// ['goods_id' => 7719, 'price' => 188.4, 'quality' => 1, 'card_type' => 'chinaunicom'],
|
|
|
+ ['goods_id' => 7719, 'price' => 190.2, 'quality' => 1, 'card_type' => 'chinatelecom']
|
|
|
+ ],
|
|
|
+// 300 => [
|
|
|
+// ['goods_id' => 7720, 'price' => 286.5, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
+// ['goods_id' => 7720, 'price' => 282.6, 'quality' => 1, 'card_type' => 'chinaunicom'],
|
|
|
+// ['goods_id' => 7720, 'price' => 285.3, 'quality' => 1, 'card_type' => 'chinatelecom']
|
|
|
+// ],
|
|
|
+// 500 => [
|
|
|
+// ['goods_id' => 7721, 'price' => 477.5, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
+// ['goods_id' => 7721, 'price' => 471, 'quality' => 1, 'card_type' => 'chinaunicom'],
|
|
|
+// ['goods_id' => 7721, 'price' => 475.5, 'quality' => 1, 'card_type' => 'chinatelecom']
|
|
|
+// ]
|
|
|
+ ],
|
|
|
+ 'official_sn' => true, 'refill_type' => 'api'];
|
|
|
+
|
|
|
$phone_providers = [
|
|
|
// ['name' => 'beixt', 'cfg' => $beixt_phone],
|
|
|
// ['name' => 'bxtwt', 'cfg' => $bxtwt_phone],
|
|
@@ -5320,6 +5365,7 @@ $phone_providers = [
|
|
|
['name' => 'ruixundaman', 'cfg' => $ruixundaman_phone],
|
|
|
['name' => 'ruizhi_tax', 'cfg' => $ruizhi_tax_phone],
|
|
|
['name' => 'pengxinda', 'cfg' => $pengxinda_phone],
|
|
|
+ ['name' => 'huazhong', 'cfg' => $huazhong_phone],
|
|
|
|
|
|
];
|
|
|
$config['phone_providers'] = $phone_providers;
|