From 1e22421aeb8f6f5bfeea400abf521532a9be9327 Mon Sep 17 00:00:00 2001 From: weizong song Date: Sun, 11 Apr 2021 19:36:30 +0800 Subject: [PATCH] up --- app/Libs/AlipayF2F.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Libs/AlipayF2F.class.php b/app/Libs/AlipayF2F.class.php index 1f19059..2442ce6 100644 --- a/app/Libs/AlipayF2F.class.php +++ b/app/Libs/AlipayF2F.class.php @@ -70,7 +70,7 @@ class AlipayF2F $refund->update($update); } else { Log::info($refund); - Log::info("支付宝退款失败:" . $result->code . ";" . $result->msg); + Log::info("支付宝退款失败:" . $result->code . ";" . $result->msg. ";" . $result->subMsg); $refund->increment("try_times"); return false; }