|
@@ -5436,6 +5436,51 @@ $jike_phone = ['name' => 'jike', 'store_id' => 211, 'qualitys' => '1',
|
|
|
],
|
|
|
'official_sn' => true, 'refill_type' => 'api'];
|
|
|
|
|
|
+$jumeng_phone = ['name' => 'jumeng', 'store_id' => 215, 'qualitys' => '1',
|
|
|
+ 'amount' => [
|
|
|
+// 10 => [
|
|
|
+// ['goods_id' => 7797, 'price' => 9.61, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
+// ['goods_id' => 7797, 'price' => 9.44, 'quality' => 1, 'card_type' => 'chinaunicom'],
|
|
|
+// ['goods_id' => 7797, 'price' => 9.44, 'quality' => 1, 'card_type' => 'chinatelecom']
|
|
|
+// ],
|
|
|
+// 20 => [
|
|
|
+// ['goods_id' => 7798, 'price' => 19.22, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
+// ['goods_id' => 7798, 'price' => 18.88, 'quality' => 1, 'card_type' => 'chinaunicom'],
|
|
|
+// ['goods_id' => 7798, 'price' => 18.88 'quality' => 1, 'card_type' => 'chinatelecom']
|
|
|
+// ],
|
|
|
+ 30 => [
|
|
|
+ ['goods_id' => 7799, 'price' => 28.83, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
+ ['goods_id' => 7799, 'price' => 28.32, 'quality' => 1, 'card_type' => 'chinaunicom'],
|
|
|
+ ['goods_id' => 7799, 'price' => 28.32, 'quality' => 1, 'card_type' => 'chinatelecom']
|
|
|
+ ],
|
|
|
+ 50 => [
|
|
|
+ ['goods_id' => 7800, 'price' => 48.05, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
+ ['goods_id' => 7800, 'price' => 47.2, 'quality' => 1, 'card_type' => 'chinaunicom'],
|
|
|
+ ['goods_id' => 7800, 'price' => 47.2, 'quality' => 1, 'card_type' => 'chinatelecom']
|
|
|
+ ],
|
|
|
+ 100 => [
|
|
|
+ ['goods_id' => 7801, 'price' => 96.1, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
+ ['goods_id' => 7801, 'price' => 94.4, 'quality' => 1, 'card_type' => 'chinaunicom'],
|
|
|
+ ['goods_id' => 7801, 'price' => 94.4, 'quality' => 1, 'card_type' => 'chinatelecom']
|
|
|
+ ],
|
|
|
+ 200 => [
|
|
|
+ ['goods_id' => 7802, 'price' => 192.2, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
+ ['goods_id' => 7802, 'price' => 188.8, 'quality' => 1, 'card_type' => 'chinaunicom'],
|
|
|
+ ['goods_id' => 7802, 'price' => 188.8, 'quality' => 1, 'card_type' => 'chinatelecom']
|
|
|
+ ],
|
|
|
+// 300 => [
|
|
|
+// ['goods_id' => 7803, 'price' => 288.3, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
+// ['goods_id' => 7803, 'price' => 283.2, 'quality' => 1, 'card_type' => 'chinaunicom'],
|
|
|
+// ['goods_id' => 7803, 'price' => 283.2, 'quality' => 1, 'card_type' => 'chinatelecom']
|
|
|
+// ],
|
|
|
+// 500 => [
|
|
|
+// ['goods_id' => 7804, 'price' => 480.5, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
+// ['goods_id' => 7804, 'price' => 472, 'quality' => 1, 'card_type' => 'chinaunicom'],
|
|
|
+// ['goods_id' => 7804, 'price' => 472, 'quality' => 1, 'card_type' => 'chinatelecom']
|
|
|
+// ]
|
|
|
+ ],
|
|
|
+ 'official_sn' => true, 'refill_type' => 'api'];
|
|
|
+
|
|
|
$phone_providers = [
|
|
|
// ['name' => 'beixt', 'cfg' => $beixt_phone],
|
|
|
// ['name' => 'bxtwt', 'cfg' => $bxtwt_phone],
|
|
@@ -5609,7 +5654,7 @@ $phone_providers = [
|
|
|
['name' => 'huoshenguoman', 'cfg' => $huoshenguoman_phone],
|
|
|
['name' => 'guitong', 'cfg' => $guitong_phone],
|
|
|
['name' => 'jike', 'cfg' => $jike_phone],
|
|
|
-
|
|
|
+ ['name' => 'jumeng', 'cfg' => $jumeng_phone],
|
|
|
];
|
|
|
$config['phone_providers'] = $phone_providers;
|
|
|
|