From 1514dc34162a2111c4892304a35ebc436893f375 Mon Sep 17 00:00:00 2001 From: wuhui_zzw <1760308791@qq.com> Date: Tue, 4 Jun 2024 10:22:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=EF=BC=9A=E6=8F=90=E7=8E=B0?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E6=8A=9B=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/services/withdraw/PayedService.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/common/services/withdraw/PayedService.php b/app/common/services/withdraw/PayedService.php index 624c67fd..2d66c5e4 100644 --- a/app/common/services/withdraw/PayedService.php +++ b/app/common/services/withdraw/PayedService.php @@ -96,6 +96,7 @@ class PayedService event(new WithdrawFailedEvent($this->withdrawModel)); $this->sendMessage(); } + $this->msg = $e->getMessage(); } throw new ShopException($this->msg ?: '提现失败'); } @@ -686,6 +687,7 @@ class PayedService else throw new ShopException($result['respDesc']); }catch(\Exception $e){ \Log::debug('------- 灵活务工 - 确认打款错误 -----',$e->getMessage()); + throw new ShopException($e->getMessage()); } } return true;