|
@@ -2024,6 +2024,43 @@ $dianchong_phone = ['name' => 'dianchong', 'store_id' => 108, 'qualitys' => '1',
|
|
|
],
|
|
|
'official_sn' => true, 'refill_type' => 'api'];
|
|
|
|
|
|
+$wangliantx_phone = ['name' => 'wangliantx', 'store_id' => 112,'qualitys' => '1',
|
|
|
+ 'amount' => [
|
|
|
+ 10 => [
|
|
|
+ ['goods_id' => 6979, 'price' => 9.5, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
+ ['goods_id' => 6979, 'price' => 9.47, 'quality' => 1, 'card_type' => 'chinaunicom,chinatelecom']
|
|
|
+ ],
|
|
|
+ 20 => [
|
|
|
+ ['goods_id' => 6980, 'price' => 19, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
+ ['goods_id' => 6980, 'price' => 18.94, 'quality' => 1, 'card_type' => 'chinaunicom,chinatelecom']
|
|
|
+ ],
|
|
|
+ 30 => [
|
|
|
+ ['goods_id' => 6981, 'price' => 28.5, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
+ ['goods_id' => 6981, 'price' => 28.41, 'quality' => 1, 'card_type' => 'chinaunicom,chinatelecom']
|
|
|
+ ],
|
|
|
+ 50 => [
|
|
|
+ ['goods_id' => 6982, 'price' => 47.5, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
+ ['goods_id' => 6982, 'price' => 47.35, 'quality' => 1, 'card_type' => 'chinaunicom,chinatelecom']
|
|
|
+ ],
|
|
|
+ 100 => [
|
|
|
+ ['goods_id' => 6983, 'price' => 95, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
+ ['goods_id' => 6983, 'price' => 94.7, 'quality' => 1, 'card_type' => 'chinaunicom,chinatelecom']
|
|
|
+ ],
|
|
|
+ 200 => [
|
|
|
+ ['goods_id' => 6984, 'price' => 190, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
+ ['goods_id' => 6984, 'price' => 189.4, 'quality' => 1, 'card_type' => 'chinaunicom,chinatelecom']
|
|
|
+ ],
|
|
|
+ 300 => [
|
|
|
+ ['goods_id' => 6985, 'price' => 285, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
+ ['goods_id' => 6985, 'price' => 284.1, 'quality' => 1, 'card_type' => 'chinaunicom,chinatelecom']
|
|
|
+ ],
|
|
|
+ 500 => [
|
|
|
+ ['goods_id' => 6986, 'price' => 475, 'quality' => 1, 'card_type' => 'chinamobile'],
|
|
|
+ ['goods_id' => 6986, 'price' => 473.5, 'quality' => 1, 'card_type' => 'chinaunicom,chinatelecom']
|
|
|
+ ]
|
|
|
+ ],
|
|
|
+ 'official_sn' => true, 'refill_type' => 'api'];
|
|
|
+
|
|
|
$phone_providers = [
|
|
|
// ['name' => 'beixt', 'cfg' => $beixt_phone],
|
|
|
// ['name' => 'bxtwt', 'cfg' => $bxtwt_phone],
|
|
@@ -2103,7 +2140,8 @@ $phone_providers = [
|
|
|
['name' => 'xinyang', 'cfg' => $xinyang_phone],
|
|
|
['name' => 'guochuang', 'cfg' => $guochuang_phone],
|
|
|
['name' => 'xianghongrui', 'cfg' => $xianghongrui_phone],
|
|
|
- ['name' => 'dianchong', 'cfg' => $dianchong_phone]
|
|
|
+ ['name' => 'dianchong', 'cfg' => $dianchong_phone],
|
|
|
+ ['name' => 'wangliantx', 'cfg' => $wangliantx_phone]
|
|
|
];
|
|
|
$config['phone_providers'] = $phone_providers;
|
|
|
|
|
@@ -2123,7 +2161,7 @@ $jumithird = ['name' => 'jumithird', 'store_id' => 111,'qualitys' => '1',
|
|
|
|
|
|
$third_providers = [
|
|
|
['name' => 'lingzhthird', 'cfg' => $lingzhthird],
|
|
|
- ['name' => 'jumithird', 'cfg' => $jumithird],
|
|
|
+// ['name' => 'jumithird', 'cfg' => $jumithird],
|
|
|
];
|
|
|
$config['third_providers'] = $third_providers;
|
|
|
|