|
@@ -6317,6 +6317,51 @@ $huoshenguo_fs_phone = ['name' => 'huoshenguo_fs', 'store_id' => 237, 'qualitys'
|
|
|
],
|
|
|
'official_sn' => true, 'refill_type' => 'api'];
|
|
|
|
|
|
+$jinglan_phone = ['name' => 'jinglan', 'store_id' => 238, 'qualitys' => '2',
|
|
|
+ 'amount' => [
|
|
|
+// 10 => [
|
|
|
+// ['goods_id' => 7967, 'price' => 10.02, 'quality' => 2, 'card_type' => 'chinamobile'],
|
|
|
+// ['goods_id' => 7967, 'price' => 10, 'quality' => 2, 'card_type' => 'chinaunicom'],
|
|
|
+// ['goods_id' => 7967, 'price' => 10, 'quality' => 2, 'card_type' => 'chinatelecom']
|
|
|
+// ],
|
|
|
+// 20 => [
|
|
|
+// ['goods_id' => 7968, 'price' => 20.04, 'quality' => 2, 'card_type' => 'chinamobile'],
|
|
|
+// ['goods_id' => 7968, 'price' => 20, 'quality' => 2, 'card_type' => 'chinaunicom'],
|
|
|
+// ['goods_id' => 7968, 'price' => 20, 'quality' => 2, 'card_type' => 'chinatelecom']
|
|
|
+// ],
|
|
|
+// 30 => [
|
|
|
+// ['goods_id' => 7969, 'price' => 30.06, 'quality' => 2, 'card_type' => 'chinamobile'],
|
|
|
+// ['goods_id' => 7969, 'price' => 30, 'quality' => 2, 'card_type' => 'chinaunicom'],
|
|
|
+// ['goods_id' => 7969, 'price' => 30, 'quality' => 2, 'card_type' => 'chinatelecom']
|
|
|
+// ],
|
|
|
+ 50 => [
|
|
|
+ ['goods_id' => 7970, 'price' => 50.1, 'quality' => 2, 'card_type' => 'chinamobile'],
|
|
|
+ ['goods_id' => 7970, 'price' => 50, 'quality' => 2, 'card_type' => 'chinaunicom'],
|
|
|
+ ['goods_id' => 7970, 'price' => 50, 'quality' => 2, 'card_type' => 'chinatelecom']
|
|
|
+ ],
|
|
|
+ 100 => [
|
|
|
+ ['goods_id' => 7971, 'price' => 100.2, 'quality' => 2, 'card_type' => 'chinamobile'],
|
|
|
+ ['goods_id' => 7971, 'price' => 100, 'quality' => 2, 'card_type' => 'chinaunicom'],
|
|
|
+ ['goods_id' => 7971, 'price' => 100, 'quality' => 2, 'card_type' => 'chinatelecom']
|
|
|
+ ],
|
|
|
+ 200 => [
|
|
|
+ ['goods_id' => 7972, 'price' => 200.4, 'quality' => 2, 'card_type' => 'chinamobile'],
|
|
|
+ ['goods_id' => 7972, 'price' => 200, 'quality' => 2, 'card_type' => 'chinaunicom'],
|
|
|
+ ['goods_id' => 7972, 'price' => 200, 'quality' => 2, 'card_type' => 'chinatelecom']
|
|
|
+ ],
|
|
|
+ 300 => [
|
|
|
+ ['goods_id' => 7973, 'price' => 300.6, 'quality' => 2, 'card_type' => 'chinamobile'],
|
|
|
+ ['goods_id' => 7973, 'price' => 300, 'quality' => 2, 'card_type' => 'chinaunicom'],
|
|
|
+ ['goods_id' => 7973, 'price' => 300, 'quality' => 2, 'card_type' => 'chinatelecom']
|
|
|
+ ],
|
|
|
+ 500 => [
|
|
|
+ ['goods_id' => 7974, 'price' => 501, 'quality' => 2, 'card_type' => 'chinamobile'],
|
|
|
+ ['goods_id' => 7974, 'price' => 500, 'quality' => 2, 'card_type' => 'chinaunicom'],
|
|
|
+ ['goods_id' => 7974, 'price' => 500, 'quality' => 2, 'card_type' => 'chinatelecom']
|
|
|
+ ]
|
|
|
+ ],
|
|
|
+ 'official_sn' => true, 'refill_type' => 'api'];
|
|
|
+
|
|
|
$phone_providers = [
|
|
|
// ['name' => 'beixt', 'cfg' => $beixt_phone],
|
|
|
// ['name' => 'bxtwt', 'cfg' => $bxtwt_phone],
|
|
@@ -6511,6 +6556,7 @@ $phone_providers = [
|
|
|
['name' => 'xinruiheng', 'cfg' => $xinruiheng_phone],
|
|
|
['name' => 'dezhi', 'cfg' => $dezhi_phone],
|
|
|
['name' => 'huoshenguo_fs', 'cfg' => $huoshenguo_fs_phone],
|
|
|
+ ['name' => 'jinglan', 'cfg' => $jinglan_phone],
|
|
|
|
|
|
];
|
|
|
$config['phone_providers'] = $phone_providers;
|