From 0902bf142e8e4fa1031d95f43ddabf6137dae389 Mon Sep 17 00:00:00 2001 From: wuhui_zzw <1760308791@qq.com> Date: Tue, 2 Jan 2024 18:55:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=EF=BC=9A=E9=80=80=E6=AC=BE?= =?UTF-8?q?=E6=88=90=E5=8A=9F=20-=20=E8=AE=A1=E7=AE=97=E5=B9=B3=E5=8F=B0?= =?UTF-8?q?=E6=8A=BD=E6=88=90=E8=AE=B0=E5=BD=95=E7=9B=B8=E5=85=B3=E5=A4=84?= =?UTF-8?q?=E7=90=86=20=E6=B7=BB=E5=8A=A0=EF=BC=9A=E9=80=80=E6=AC=BE?= =?UTF-8?q?=E6=88=90=E5=8A=9F=20-=20=E6=9D=83=E9=87=8D=E5=80=BC=E7=9B=B8?= =?UTF-8?q?=E5=85=B3=E5=A4=84=E7=90=86=20=E6=B7=BB=E5=8A=A0=EF=BC=9A?= =?UTF-8?q?=E9=80=80=E6=AC=BE=E6=88=90=E5=8A=9F=20-=20=E6=8B=9B=E5=95=86?= =?UTF-8?q?=E5=91=98=E4=BD=A3=E9=87=91=20&=20=E6=8E=A8=E5=B9=BF=E5=91=98?= =?UTF-8?q?=E4=BD=A3=E9=87=91=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/listener/platformCommission/OrderAgreeRefundEvent.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/app/listener/platformCommission/OrderAgreeRefundEvent.php b/app/listener/platformCommission/OrderAgreeRefundEvent.php index 007ee5d..a655c03 100644 --- a/app/listener/platformCommission/OrderAgreeRefundEvent.php +++ b/app/listener/platformCommission/OrderAgreeRefundEvent.php @@ -3,7 +3,6 @@ namespace app\listener\platformCommission; -use app\common\model\store\platformCommission\LegumesLog; use think\facade\Log; /** @@ -24,6 +23,12 @@ class OrderAgreeRefundEvent{ + + + + + + }catch(\Exception $e){ Log::info('订单进入退款成功 - 平台抽成相关处理 - 错误:'.$e->getMessage()); }