|
@@ -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'];
|
|
|
|
|
|
|