确认账单
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -158,7 +158,7 @@ class MusicianWithdrawService extends Service | ... | @@ -158,7 +158,7 @@ class MusicianWithdrawService extends Service |
158 | 158 | ||
159 | } catch (\Exception $e) { | 159 | } catch (\Exception $e) { |
160 | DB::rollBack(); | 160 | DB::rollBack(); |
161 | Log::info(__METHOD__.':确认账单失败', ['msg' => $e->getMessage(), 'params'=>$this->request->all()]); | 161 | Log::info(__METHOD__.':确认账单失败', ['msg' => $e->getMessage(), 'line'=>$e->getLine(), 'params'=>$this->request->all()]); |
162 | return Response::error(ErrorCode::WITHDRAW_CONFIRM_BILLS_FAIL); | 162 | return Response::error(ErrorCode::WITHDRAW_CONFIRM_BILLS_FAIL); |
163 | } | 163 | } |
164 | 164 | ... | ... |
-
Please register or sign in to post a comment