|
@@ -48,13 +48,24 @@ $saihu_oil = ['name' => 'saihu', 'store_id' => 15, 'card_type' => ['sinopec'],
|
|
1000 => ['goods_id' => 6316, 'price' => 970],
|
|
1000 => ['goods_id' => 6316, 'price' => 970],
|
|
2000 => ['goods_id' => 6317, 'price' => 1940]], 'refill_type' => 'api'];
|
|
2000 => ['goods_id' => 6317, 'price' => 1940]], 'refill_type' => 'api'];
|
|
|
|
|
|
|
|
+$gftd_oil = ['name' => 'gftd', 'store_id' => 19, 'card_type' => ['petrochina','sinopec'],
|
|
|
|
+ 'amount' => [
|
|
|
|
+ 100 => ['goods_id' => 6339, 'price' => 95],
|
|
|
|
+ 200 => ['goods_id' => 6340, 'price' => 190],
|
|
|
|
+ 500 => ['goods_id' => 6341, 'price' => 475],
|
|
|
|
+ 1000 => ['goods_id' => 6342, 'price' => 950]
|
|
|
|
+ ],
|
|
|
|
+ 'period' => [], 'refill_type' => 'api'];
|
|
|
|
+
|
|
$oil_providers = [
|
|
$oil_providers = [
|
|
['name' => 'suhc', 'cfg' => $suhc_oil, 'opened' => false, 'sort' => 3],
|
|
['name' => 'suhc', 'cfg' => $suhc_oil, 'opened' => false, 'sort' => 3],
|
|
['name' => 'suhctm', 'cfg' => $suhctm_oil, 'opened' => true, 'sort' => 1],
|
|
['name' => 'suhctm', 'cfg' => $suhctm_oil, 'opened' => true, 'sort' => 1],
|
|
['name' => 'suhcpdd', 'cfg' => $suhcpdd_oil, 'opened' => true, 'sort' => 2],
|
|
['name' => 'suhcpdd', 'cfg' => $suhcpdd_oil, 'opened' => true, 'sort' => 2],
|
|
['name' => 'zzx', 'cfg' => $zzx_oil, 'opened' => false, 'sort' => 5],
|
|
['name' => 'zzx', 'cfg' => $zzx_oil, 'opened' => false, 'sort' => 5],
|
|
['name' => 'lx', 'cfg' => $lx_oil, 'opened' => false, 'sort' => 1],
|
|
['name' => 'lx', 'cfg' => $lx_oil, 'opened' => false, 'sort' => 1],
|
|
- ['name' => 'saihu', 'cfg' => $saihu_oil, 'opened' => false, 'sort' => 6]];
|
|
|
|
|
|
+ ['name' => 'saihu', 'cfg' => $saihu_oil, 'opened' => false, 'sort' => 6],
|
|
|
|
+ ['name' => 'gftd', 'cfg' => $gftd_oil, 'opened' => true, 'sort' => 1]
|
|
|
|
+ ];
|
|
$config['oil_providers'] = $oil_providers;
|
|
$config['oil_providers'] = $oil_providers;
|
|
|
|
|
|
$beixt_phone = ['name' => 'beixt', 'store_id' => 8, 'card_type' => ['chinamobile', 'chinaunicom', 'chinatelecom'],
|
|
$beixt_phone = ['name' => 'beixt', 'store_id' => 8, 'card_type' => ['chinamobile', 'chinaunicom', 'chinatelecom'],
|