|
@@ -674,7 +674,7 @@ class ChapterController extends BaseController
|
|
|
$account_send_order = QappSendOrder::getSendOrderById($this->user_info->send_order_id);
|
|
|
$account = isset($account_send_order['account'])?$account_send_order['account']:'';
|
|
|
|
|
|
- \Log::info('getPrice:'.$this->uid.' account:'.$account.' send_order_id:'.$this->user_info->send_order_id);
|
|
|
+ //\Log::info('getPrice:'.$this->uid.' account:'.$account.' send_order_id:'.$this->user_info->send_order_id);
|
|
|
}
|
|
|
|
|
|
$fee = BookService::getPrice($book_info, $this->distribution_channel_id, $chapter_size,$account);
|