|
@@ -198,7 +198,7 @@ class BookService
|
|
|
|
|
|
$price = $price < 30 ? 30 : $price;
|
|
|
|
|
|
- \Log::info('getprice:book:'.$book_info->bid.' calculate_price_type:'.$calculate_price_type.' distribution_channel_id:'.$distribution_channel_id.' account:'.$account.' price:'.$price);
|
|
|
+ //\Log::info('getprice:book:'.$book_info->bid.' calculate_price_type:'.$calculate_price_type.' distribution_channel_id:'.$distribution_channel_id.' account:'.$account.' price:'.$price);
|
|
|
|
|
|
return $price;
|
|
|
}
|
|
@@ -226,7 +226,7 @@ class BookService
|
|
|
if($fee >189) $fee = 189;
|
|
|
if($fee <37) $fee = 37;
|
|
|
|
|
|
- \Log::info('getprice:book:'.$book_info->bid.' calculate_price_type:'.$calculate_price_type.' distribution_channel_id:'.$distribution_channel_id.' account:'.$account.' price:'.$fee.' size:'.$size.' $price_rate:'.$price_rate);
|
|
|
+ //\Log::info('getprice:book:'.$book_info->bid.' calculate_price_type:'.$calculate_price_type.' distribution_channel_id:'.$distribution_channel_id.' account:'.$account.' price:'.$fee.' size:'.$size.' $price_rate:'.$price_rate);
|
|
|
|
|
|
return $fee;
|
|
|
}
|