|
@@ -163,12 +163,12 @@ $legou_oil = ['name' => 'legou', 'store_id' => 80,'qualitys' => '3',
|
|
|
],
|
|
|
'period' => [], 'refill_type' => 'api'];
|
|
|
|
|
|
-$yingdian_oil = ['name' => 'yingdian', 'store_id' => 89, 'qualitys' => '1',
|
|
|
+$yingdian_oil = ['name' => 'yingdian', 'store_id' => 89, 'qualitys' => '5',
|
|
|
'amount' => [
|
|
|
- 100 => [['goods_id' => 6813, 'price' => 97, 'quality' => 1, 'card_type' => 'sinopec,petrochina']],
|
|
|
- 200 => [['goods_id' => 6814, 'price' => 194, 'quality' => 1, 'card_type' => 'sinopec,petrochina']],
|
|
|
- 500 => [['goods_id' => 6815, 'price' => 485, 'quality' => 1, 'card_type' => 'sinopec,petrochina']],
|
|
|
- 1000 => [['goods_id' => 6816, 'price' => 970, 'quality' => 1, 'card_type' => 'sinopec,petrochina']]
|
|
|
+ 100 => [['goods_id' => 6813, 'price' => 97, 'quality' => 5, 'card_type' => 'sinopec,petrochina']],
|
|
|
+ 200 => [['goods_id' => 6814, 'price' => 194, 'quality' => 5, 'card_type' => 'sinopec,petrochina']],
|
|
|
+ 500 => [['goods_id' => 6815, 'price' => 485, 'quality' => 5, 'card_type' => 'sinopec,petrochina']],
|
|
|
+ 1000 => [['goods_id' => 6816, 'price' => 970, 'quality' => 5, 'card_type' => 'sinopec,petrochina']]
|
|
|
],
|
|
|
'period' => [], 'refill_type' => 'api'];
|
|
|
|