|
@@ -192,16 +192,28 @@ $fetch_lingzh_oil = ['name' => 'fetch_lingzh', 'store_id' => 96, 'qualitys' => '
|
|
|
],
|
|
|
'period' => [], 'refill_type' => 'fetch'];
|
|
|
|
|
|
-$xunyinoil_oil = ['name' => 'xunyinoil', 'store_id' => 109,'qualitys' => '3',
|
|
|
+$xunyinoil_oil = ['name' => 'xunyinoil', 'store_id' => 109,'qualitys' => '2',
|
|
|
'amount' => [
|
|
|
50 => [
|
|
|
- ['goods_id' => 6965, 'price' => 49.9, 'quality' => 3, 'card_type' => 'sinopec'],
|
|
|
- ['goods_id' => 6965, 'price' => 50.25, 'quality' => 3, 'card_type' => 'petrochina']
|
|
|
+ ['goods_id' => 6965, 'price' => 49.9, 'quality' => 2, 'card_type' => 'sinopec'],
|
|
|
+ ['goods_id' => 6965, 'price' => 50.25, 'quality' => 2, 'card_type' => 'petrochina']
|
|
|
+ ],
|
|
|
+ 100 => [
|
|
|
+ ['goods_id' => 6966, 'price' => 101, 'quality' => 2, 'card_type' => 'sinopec'],
|
|
|
+ ['goods_id' => 6966, 'price' => 100.5, 'quality' => 2, 'card_type' => 'petrochina']
|
|
|
+ ],
|
|
|
+ 200 => [
|
|
|
+ ['goods_id' => 6967, 'price' => 202, 'quality' => 2, 'card_type' => 'sinopec'],
|
|
|
+ ['goods_id' => 6967, 'price' => 201, 'quality' => 2, 'card_type' => 'petrochina']
|
|
|
+ ],
|
|
|
+ 500 => [
|
|
|
+ ['goods_id' => 6968, 'price' => 503, 'quality' => 2, 'card_type' => 'sinopec'],
|
|
|
+ ['goods_id' => 6968, 'price' => 502.5, 'quality' => 2, 'card_type' => 'petrochina']
|
|
|
+ ],
|
|
|
+ 1000 => [
|
|
|
+ ['goods_id' => 6969, 'price' => 1006, 'quality' => 2, 'card_type' => 'sinopec'],
|
|
|
+ ['goods_id' => 6969, 'price' => 1005, 'quality' => 2, 'card_type' => 'petrochina']
|
|
|
],
|
|
|
- 100 => [['goods_id' => 6966, 'price' => 100.5, 'quality' => 3, 'card_type' => 'petrochina']],
|
|
|
- 200 => [['goods_id' => 6967, 'price' => 201, 'quality' => 3, 'card_type' => 'petrochina']],
|
|
|
- 500 => [['goods_id' => 6968, 'price' => 502.5, 'quality' => 3, 'card_type' => 'petrochina']],
|
|
|
- 1000 => [['goods_id' => 6969, 'price' => 1005, 'quality' => 3, 'card_type' => 'petrochina']],
|
|
|
],
|
|
|
'period' => [], 'refill_type' => 'api'];
|
|
|
|