|
@@ -4275,6 +4275,51 @@ $chizeng_normal_phone = ['name' => 'chizeng_normal', 'store_id' => 182,'qualitys
|
|
|
],
|
|
|
'official_sn' => true, 'refill_type' => 'api'];
|
|
|
|
|
|
+$xinhengyangnew_phone = ['name' => 'xinhengyangnew', 'store_id' => 183,'qualitys' => '1',
|
|
|
+ 'amount' => [
|
|
|
+// 10 => [
|
|
|
+// ['goods_id' => 7553, 'price' => 9.54, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
+// ['goods_id' => 7553, 'price' => 9.53, 'quality' => 1, 'card_type' => 'chinaunicom'],
|
|
|
+// ['goods_id' => 7553, 'price' => 9.54, 'quality' => 1, 'card_type' => 'chinatelecom']
|
|
|
+// ],
|
|
|
+// 20 => [
|
|
|
+// ['goods_id' => 7554, 'price' => 19.08, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
+// ['goods_id' => 7554, 'price' => 19.06, 'quality' => 1, 'card_type' => 'chinaunicom'],
|
|
|
+// ['goods_id' => 7554, 'price' => 19.08, 'quality' => 1, 'card_type' => 'chinatelecom']
|
|
|
+// ],
|
|
|
+ 30 => [
|
|
|
+ ['goods_id' => 7555, 'price' => 28.62, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
+ ['goods_id' => 7555, 'price' => 28.59, 'quality' => 1, 'card_type' => 'chinaunicom'],
|
|
|
+ ['goods_id' => 7555, 'price' => 28.62, 'quality' => 1, 'card_type' => 'chinatelecom']
|
|
|
+ ],
|
|
|
+ 50 => [
|
|
|
+ ['goods_id' => 7556, 'price' => 47.7, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
+ ['goods_id' => 7556, 'price' => 47.65, 'quality' => 1, 'card_type' => 'chinaunicom'],
|
|
|
+ ['goods_id' => 7556, 'price' => 47.7, 'quality' => 1, 'card_type' => 'chinatelecom']
|
|
|
+ ],
|
|
|
+ 100 => [
|
|
|
+ ['goods_id' => 7557, 'price' => 95.4, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
+ ['goods_id' => 7557, 'price' => 95.3, 'quality' => 1, 'card_type' => 'chinaunicom'],
|
|
|
+ ['goods_id' => 7557, 'price' => 95.4, 'quality' => 1, 'card_type' => 'chinatelecom']
|
|
|
+ ],
|
|
|
+ 200 => [
|
|
|
+ ['goods_id' => 7558, 'price' => 190.8, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
+ ['goods_id' => 7558, 'price' => 190.6, 'quality' => 1, 'card_type' => 'chinaunicom'],
|
|
|
+ ['goods_id' => 7558, 'price' => 190.8, 'quality' => 1, 'card_type' => 'chinatelecom']
|
|
|
+ ],
|
|
|
+ 300 => [
|
|
|
+ ['goods_id' => 7559, 'price' => 286.2, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
+ ['goods_id' => 7559, 'price' => 285.9, 'quality' => 1, 'card_type' => 'chinaunicom'],
|
|
|
+ ['goods_id' => 7559, 'price' => 286.2, 'quality' => 1, 'card_type' => 'chinatelecom']
|
|
|
+ ],
|
|
|
+// 500 => [
|
|
|
+// ['goods_id' => 7560, 'price' => 477, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
+// ['goods_id' => 7560, 'price' => 476.5, 'quality' => 1, 'card_type' => 'chinaunicom'],
|
|
|
+// ['goods_id' => 7560, 'price' => 477, 'quality' => 1, 'card_type' => 'chinatelecom']
|
|
|
+// ]
|
|
|
+ ],
|
|
|
+ 'official_sn' => true, 'refill_type' => 'api'];
|
|
|
+
|
|
|
$phone_providers = [
|
|
|
// ['name' => 'beixt', 'cfg' => $beixt_phone],
|
|
|
// ['name' => 'bxtwt', 'cfg' => $bxtwt_phone],
|
|
@@ -4420,6 +4465,7 @@ $phone_providers = [
|
|
|
['name' => 'huoshenguo', 'cfg' => $huoshenguo_phone],
|
|
|
['name' => 'huoshenguo_high', 'cfg' => $huoshenguo_high_phone],
|
|
|
['name' => 'chizeng_normal', 'cfg' => $chizeng_normal_phone],
|
|
|
+ ['name' => 'xinhengyangnew', 'cfg' => $xinhengyangnew_phone],
|
|
|
];
|
|
|
$config['phone_providers'] = $phone_providers;
|
|
|
|