Kaynağa Gözat

del oil providers 2000 amount

ayHaru 4 yıl önce
ebeveyn
işleme
e698d10ffb
1 değiştirilmiş dosya ile 16 ekleme ve 4 silme
  1. 16 4
      data/config/prod/refill.ini.php

+ 16 - 4
data/config/prod/refill.ini.php

@@ -1,19 +1,31 @@
 <?php
 
+//$suhc_oil = ['name' => 'suhc', 'store_id' => 7, 'card_type' => ['sinopec'],
+//    'amount' => [100 => ['goods_id' => 6290, 'price' => 96.8],
+//        200 => ['goods_id' => 6291, 'price' => 193.6],
+//        500 => ['goods_id' => 6292, 'price' => 484],
+//        1000 => ['goods_id' => 6293, 'price' => 968],
+//        2000 => ['goods_id' => 6294, 'price' => 1936]],
+//    'period' => ['start' => '8:30', 'end' => '22:30'], 'refill_type' => 'api'];
+//
+//$suhctm_oil = ['name' => 'suhctm', 'store_id' => 7, 'card_type' => ['sinopec'],
+//    'amount' => [100 => ['goods_id' => 6290, 'price' => 96.8],
+//        200 => ['goods_id' => 6291, 'price' => 193.6],
+//        500 => ['goods_id' => 6292, 'price' => 484],
+//        1000 => ['goods_id' => 6293, 'price' => 968],
+//        2000 => ['goods_id' => 6294, 'price' => 1936]],
 $suhc_oil = ['name' => 'suhc', 'store_id' => 7, 'card_type' => ['sinopec'],
     'amount' => [100 => ['goods_id' => 6290, 'price' => 96.8],
         200 => ['goods_id' => 6291, 'price' => 193.6],
         500 => ['goods_id' => 6292, 'price' => 484],
-        1000 => ['goods_id' => 6293, 'price' => 968],
-        2000 => ['goods_id' => 6294, 'price' => 1936]],
+        1000 => ['goods_id' => 6293, 'price' => 968],],
     'period' => ['start' => '8:30', 'end' => '22:30'], 'refill_type' => 'api'];
 
 $suhctm_oil = ['name' => 'suhctm', 'store_id' => 7, 'card_type' => ['sinopec'],
     'amount' => [100 => ['goods_id' => 6290, 'price' => 96.8],
         200 => ['goods_id' => 6291, 'price' => 193.6],
         500 => ['goods_id' => 6292, 'price' => 484],
-        1000 => ['goods_id' => 6293, 'price' => 968],
-        2000 => ['goods_id' => 6294, 'price' => 1936]],
+        1000 => ['goods_id' => 6293, 'price' => 968],],
     'period' => ['start' => '8:30', 'end' => '22:30'], 'refill_type' => 'api'];