|
@@ -357,6 +357,7 @@ $leyou_oil = ['name' => 'leyou', 'store_id' => 358, 'qualitys' => '5',
|
|
|
],
|
|
|
'period' => [], 'refill_type' => 'api'];
|
|
|
|
|
|
+
|
|
|
$nanjingpushang_oil = ['name' => 'nanjingpushang_oil', 'store_id' => 366, 'qualitys' => '5',
|
|
|
'amount' => [
|
|
|
100 => [
|
|
@@ -374,7 +375,29 @@ $nanjingpushang_oil = ['name' => 'nanjingpushang_oil', 'store_id' => 366, 'quali
|
|
|
1000 => [
|
|
|
['goods_id' => 8889, 'price' => 1000, 'quality' => 5, 'card_type' => 'petrochina'],
|
|
|
['goods_id' => 8889, 'price' => 1000, 'quality' => 5, 'card_type' => 'sinopec'],
|
|
|
- ]
|
|
|
+ ],
|
|
|
+ ],
|
|
|
+ 'period' => [], 'refill_type' => 'api'];
|
|
|
+
|
|
|
+
|
|
|
+$xuyou_oil = ['name' => 'xuyouoil', 'store_id' => 364, 'qualitys' => '5',
|
|
|
+ 'amount' => [
|
|
|
+ 100 => [
|
|
|
+ ['goods_id' => 8865, 'price' => 100, 'quality' => 5, 'card_type' => 'petrochina'],
|
|
|
+ ['goods_id' => 8865, 'price' => 100, 'quality' => 5, 'card_type' => 'sinopec'],
|
|
|
+ ],
|
|
|
+ 200 => [
|
|
|
+ ['goods_id' => 8866, 'price' => 200, 'quality' => 5, 'card_type' => 'petrochina'],
|
|
|
+ ['goods_id' => 8866, 'price' => 200, 'quality' => 5, 'card_type' => 'sinopec'],
|
|
|
+ ],
|
|
|
+ 500 => [
|
|
|
+ ['goods_id' => 8867, 'price' => 500, 'quality' => 5, 'card_type' => 'petrochina'],
|
|
|
+ ['goods_id' => 8867, 'price' => 500, 'quality' => 5, 'card_type' => 'sinopec'],
|
|
|
+ ],
|
|
|
+ 1000 => [
|
|
|
+ ['goods_id' => 8868, 'price' => 1000, 'quality' => 5, 'card_type' => 'petrochina'],
|
|
|
+ ['goods_id' => 8868, 'price' => 1000, 'quality' => 5, 'card_type' => 'sinopec'],
|
|
|
+ ],
|
|
|
],
|
|
|
'period' => [], 'refill_type' => 'api'];
|
|
|
|
|
@@ -405,6 +428,7 @@ $oil_providers = [
|
|
|
['name' => 'xinma', 'cfg' => $xinma_oil],
|
|
|
['name' => 'leyou', 'cfg' => $leyou_oil],
|
|
|
['name' => 'nanjingpushang_oil', 'cfg' => $nanjingpushang_oil],
|
|
|
+ ['name' => 'xuyouoil', 'cfg' => $xuyou_oil],
|
|
|
];
|
|
|
$config['oil_providers'] = $oil_providers;
|
|
|
|
|
@@ -9557,6 +9581,7 @@ $xunyuan_phone = ['name' => 'xunyuan', 'store_id' => 357,'qualitys' => '1',
|
|
|
],
|
|
|
'official_sn' => true, 'refill_type' => 'api'];
|
|
|
|
|
|
+
|
|
|
$nanjingpushang_hf_phone = ['name' => 'nanjingpushang_hf', 'store_id' => 365, 'qualitys' => '2',
|
|
|
'amount' => [
|
|
|
1 => [
|
|
@@ -9647,6 +9672,53 @@ $nanjingpushang_hf_phone = ['name' => 'nanjingpushang_hf', 'store_id' => 365, 'q
|
|
|
],
|
|
|
'official_sn' => true, 'refill_type' => 'api'];
|
|
|
|
|
|
+
|
|
|
+$xuyou_hf_phone = ['name' => 'xuyou_hf', 'store_id' => 367, 'qualitys' => '2',
|
|
|
+ 'amount' => [
|
|
|
+ 10 => [
|
|
|
+ ['goods_id' => 8890, 'price' => 10, 'quality' => 2, 'card_type' => 'chinamobile'],
|
|
|
+ ['goods_id' => 8890, 'price' => 10, 'quality' => 2, 'card_type' => 'chinaunicom'],
|
|
|
+ ['goods_id' => 8890, 'price' => 10, 'quality' => 2, 'card_type' => 'chinatelecom']
|
|
|
+ ],
|
|
|
+ 20 => [
|
|
|
+ ['goods_id' => 8891, 'price' => 20, 'quality' => 2, 'card_type' => 'chinamobile'],
|
|
|
+ ['goods_id' => 8891, 'price' => 20, 'quality' => 2, 'card_type' => 'chinaunicom'],
|
|
|
+ ['goods_id' => 8891, 'price' => 20, 'quality' => 2, 'card_type' => 'chinatelecom']
|
|
|
+ ],
|
|
|
+ 30 => [
|
|
|
+ ['goods_id' => 8892, 'price' => 30, 'quality' => 2, 'card_type' => 'chinamobile'],
|
|
|
+ ['goods_id' => 8892, 'price' => 30, 'quality' => 2, 'card_type' => 'chinaunicom'],
|
|
|
+ ['goods_id' => 8892, 'price' => 30, 'quality' => 2, 'card_type' => 'chinatelecom']
|
|
|
+ ],
|
|
|
+ 50 => [
|
|
|
+ ['goods_id' => 8893, 'price' => 50, 'quality' => 2, 'card_type' => 'chinamobile'],
|
|
|
+ ['goods_id' => 8893, 'price' => 50, 'quality' => 2, 'card_type' => 'chinaunicom'],
|
|
|
+ ['goods_id' => 8893, 'price' => 50, 'quality' => 2, 'card_type' => 'chinatelecom']
|
|
|
+ ],
|
|
|
+ 100 => [
|
|
|
+ ['goods_id' => 8894, 'price' => 100, 'quality' => 2, 'card_type' => 'chinamobile'],
|
|
|
+ ['goods_id' => 8894, 'price' => 100, 'quality' => 2, 'card_type' => 'chinaunicom'],
|
|
|
+ ['goods_id' => 8894, 'price' => 100, 'quality' => 2, 'card_type' => 'chinatelecom']
|
|
|
+ ],
|
|
|
+ 200 => [
|
|
|
+ ['goods_id' => 8895, 'price' => 200, 'quality' => 2, 'card_type' => 'chinamobile'],
|
|
|
+ ['goods_id' => 8895, 'price' => 200, 'quality' => 2, 'card_type' => 'chinaunicom'],
|
|
|
+ ['goods_id' => 8895, 'price' => 200, 'quality' => 2, 'card_type' => 'chinatelecom']
|
|
|
+ ],
|
|
|
+ 300 => [
|
|
|
+ ['goods_id' => 8896, 'price' => 300, 'quality' => 2, 'card_type' => 'chinamobile'],
|
|
|
+ ['goods_id' => 8896, 'price' => 300, 'quality' => 2, 'card_type' => 'chinaunicom'],
|
|
|
+ ['goods_id' => 8896, 'price' => 300, 'quality' => 2, 'card_type' => 'chinatelecom']
|
|
|
+ ],
|
|
|
+ 500 => [
|
|
|
+ ['goods_id' => 8897, 'price' => 500, 'quality' => 2, 'card_type' => 'chinamobile'],
|
|
|
+ ['goods_id' => 8897, 'price' => 500, 'quality' => 2, 'card_type' => 'chinaunicom'],
|
|
|
+ ['goods_id' => 8897, 'price' => 500, 'quality' => 2, 'card_type' => 'chinatelecom']
|
|
|
+
|
|
|
+ ]
|
|
|
+ ],
|
|
|
+ 'official_sn' => true, 'refill_type' => 'api'];
|
|
|
+
|
|
|
$phone_providers = [
|
|
|
// ['name' => 'beixt', 'cfg' => $beixt_p hone],
|
|
|
// ['name' => 'bxtwt', 'cfg' => $bxtwt_phone],
|
|
@@ -9938,6 +10010,7 @@ $phone_providers = [
|
|
|
['name' => 'feihan_hf', 'cfg' => $feihan_hf_phone],
|
|
|
['name' => 'wangxin', 'cfg' => $wangxin_phone],
|
|
|
['name' => 'xunyuan', 'cfg' => $xunyuan_phone],
|
|
|
+ ['name' => 'xuyou_hf', 'cfg' => $xuyou_hf_phone],
|
|
|
|
|
|
];
|
|
|
$config['phone_providers'] = $phone_providers;
|