作者 刘锟

update

... ... @@ -183,7 +183,7 @@ class InquiryForwardLogic extends BaseLogic
} catch (\Exception $e) {
DB::rollback();
@file_put_contents(storage_path('logs/lk_error.log'), $e->getMessage());
@file_put_contents(storage_path('logs/lk_error.log'), $this->param['forward_url']);
$this->fail('转发询盘失败');
}
... ...