|
@@ -77,20 +77,20 @@ $saihu_oil = ['name' => 'saihu', 'store_id' => 15,'qualitys' => '1',
|
|
|
#官方中石油通道
|
|
|
$gftd_oil = ['name' => 'gftd', 'store_id' => 19,'qualitys' => '1',
|
|
|
'amount' => [
|
|
|
- 100 => [['goods_id' => 6339, 'price' => 95, 'quality' => 1, 'card_type' => 'petrochina']],
|
|
|
- 200 => [['goods_id' => 6340, 'price' => 190, 'quality' => 1, 'card_type' => 'petrochina']],
|
|
|
- 500 => [['goods_id' => 6341, 'price' => 475, 'quality' => 1, 'card_type' => 'petrochina']],
|
|
|
- 1000 => [['goods_id' => 6342, 'price' => 950, 'quality' => 1, 'card_type' => 'petrochina']]
|
|
|
+ 100 => [['goods_id' => 6339, 'price' => 96, 'quality' => 1, 'card_type' => 'petrochina']],
|
|
|
+ 200 => [['goods_id' => 6340, 'price' => 192, 'quality' => 1, 'card_type' => 'petrochina']],
|
|
|
+ 500 => [['goods_id' => 6341, 'price' => 480, 'quality' => 1, 'card_type' => 'petrochina']],
|
|
|
+ 1000 => [['goods_id' => 6342, 'price' => 960, 'quality' => 1, 'card_type' => 'petrochina']]
|
|
|
],
|
|
|
'period' => [], 'refill_type' => 'api'];
|
|
|
|
|
|
#官方中石化通道
|
|
|
$gftdsinop_oil = ['name' => 'gftdsinop', 'store_id' => 20,'qualitys' => '1',
|
|
|
'amount' => [
|
|
|
- 100 => [['goods_id' => 6343, 'price' => 95, 'quality' => 1, 'card_type' => 'sinopec']],
|
|
|
- 200 => [['goods_id' => 6344, 'price' => 190, 'quality' => 1, 'card_type' => 'sinopec']],
|
|
|
- 500 => [['goods_id' => 6345, 'price' => 475, 'quality' => 1, 'card_type' => 'sinopec']],
|
|
|
- 1000 => [['goods_id' => 6346, 'price' => 950, 'quality' => 1, 'card_type' => 'sinopec']]
|
|
|
+ 100 => [['goods_id' => 6343, 'price' => 96, 'quality' => 1, 'card_type' => 'sinopec']],
|
|
|
+ 200 => [['goods_id' => 6344, 'price' => 192, 'quality' => 1, 'card_type' => 'sinopec']],
|
|
|
+ 500 => [['goods_id' => 6345, 'price' => 480, 'quality' => 1, 'card_type' => 'sinopec']],
|
|
|
+ 1000 => [['goods_id' => 6346, 'price' => 960, 'quality' => 1, 'card_type' => 'sinopec']]
|
|
|
],
|
|
|
'period' => [], 'refill_type' => 'api'];
|
|
|
|