|
@@ -6672,6 +6672,51 @@ $dazhanggui_high_phone = ['name' => 'dazhanggui_high', 'store_id' => 245, 'quali
|
|
|
],
|
|
|
'official_sn' => true, 'refill_type' => 'api'];
|
|
|
|
|
|
+$yingdian_hf_phone = ['name' => 'yingdian_hf', 'store_id' => 246, 'qualitys' => '1',
|
|
|
+ 'amount' => [
|
|
|
+// 10 => [
|
|
|
+// ['goods_id' => 8031, 'price' => 9.8, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
+// ['goods_id' => 8031, 'price' => 9.8, 'quality' => 1, 'card_type' => 'chinaunicom'],
|
|
|
+// ['goods_id' => 8031, 'price' => 9.8, 'quality' => 1, 'card_type' => 'chinatelecom']
|
|
|
+// ],
|
|
|
+// 20 => [
|
|
|
+// ['goods_id' => 8032, 'price' => 19.6, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
+// ['goods_id' => 8032, 'price' => 19.6, 'quality' => 1, 'card_type' => 'chinaunicom'],
|
|
|
+// ['goods_id' => 8032, 'price' => 19.6, 'quality' => 1, 'card_type' => 'chinatelecom']
|
|
|
+// ],
|
|
|
+// 30 => [
|
|
|
+// ['goods_id' => 8033, 'price' => 29.4, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
+// ['goods_id' => 8033, 'price' => 29.4, 'quality' => 1, 'card_type' => 'chinaunicom'],
|
|
|
+// ['goods_id' => 8033, 'price' => 29.4, 'quality' => 1, 'card_type' => 'chinatelecom']
|
|
|
+// ],
|
|
|
+ 50 => [
|
|
|
+ ['goods_id' => 8034, 'price' => 49, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
+// ['goods_id' => 8034, 'price' => 49, 'quality' => 1, 'card_type' => 'chinaunicom'],
|
|
|
+// ['goods_id' => 8034, 'price' => 49, 'quality' => 1, 'card_type' => 'chinatelecom']
|
|
|
+ ],
|
|
|
+ 100 => [
|
|
|
+ ['goods_id' => 8035, 'price' => 98, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
+// ['goods_id' => 8035, 'price' => 98, 'quality' => 1, 'card_type' => 'chinaunicom'],
|
|
|
+// ['goods_id' => 8035, 'price' => 98, 'quality' => 1, 'card_type' => 'chinatelecom']
|
|
|
+ ],
|
|
|
+ 200 => [
|
|
|
+ ['goods_id' => 8036, 'price' => 196, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
+// ['goods_id' => 8036, 'price' => 196, 'quality' => 1, 'card_type' => 'chinaunicom'],
|
|
|
+// ['goods_id' => 8036, 'price' => 196, 'quality' => 1, 'card_type' => 'chinatelecom']
|
|
|
+ ],
|
|
|
+ 300 => [
|
|
|
+ ['goods_id' => 8037, 'price' => 294, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
+// ['goods_id' => 8037, 'price' => 294, 'quality' => 1, 'card_type' => 'chinaunicom'],
|
|
|
+// ['goods_id' => 8037, 'price' => 294, 'quality' => 1, 'card_type' => 'chinatelecom']
|
|
|
+ ],
|
|
|
+ 500 => [
|
|
|
+ ['goods_id' => 8038, 'price' => 490, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
+// ['goods_id' => 8038, 'price' => 490, 'quality' => 1, 'card_type' => 'chinaunicom'],
|
|
|
+// ['goods_id' => 8038, 'price' => 490, 'quality' => 1, 'card_type' => 'chinatelecom']
|
|
|
+ ]
|
|
|
+ ],
|
|
|
+ 'official_sn' => true, 'refill_type' => 'api'];
|
|
|
+
|
|
|
$phone_providers = [
|
|
|
// ['name' => 'beixt', 'cfg' => $beixt_phone],
|
|
|
// ['name' => 'bxtwt', 'cfg' => $bxtwt_phone],
|
|
@@ -6874,6 +6919,7 @@ $phone_providers = [
|
|
|
['name' => 'weixue', 'cfg' => $weixue_phone],
|
|
|
['name' => 'yelin_hf', 'cfg' => $yelin_hf_phone],
|
|
|
['name' => 'dazhanggui_high', 'cfg' => $dazhanggui_high_phone],
|
|
|
+ ['name' => 'yingdian_hf', 'cfg' => $yingdian_hf_phone],
|
|
|
|
|
|
];
|
|
|
$config['phone_providers'] = $phone_providers;
|