From 6405c5fbb51f94ac875c5f811c8c0b7572e1e755 Mon Sep 17 00:00:00 2001 From: weizong song Date: Fri, 17 May 2024 10:30:29 +0800 Subject: [PATCH] up --- app/Libs/AlipayF2F.class.php | 2 +- index.html | 40 ------------------------------------ 2 files changed, 1 insertion(+), 41 deletions(-) diff --git a/app/Libs/AlipayF2F.class.php b/app/Libs/AlipayF2F.class.php index 4e499a5..3c42ef1 100644 --- a/app/Libs/AlipayF2F.class.php +++ b/app/Libs/AlipayF2F.class.php @@ -107,7 +107,7 @@ class AlipayF2F ]; $refund->update($update); } else { - Log::info("支付宝退款失败:" . $result->code . ";" . $result->msg . ";" . $result->subMsg); + Log::info("退款(refund)ID:".$refund->id.",参数1:".$refund->relatedRecharge->serial.",参数2:".$refund->money.",参数3:".$refund->serial."。支付宝退款失败:" . $result->code . ";" . $result->msg . ";" . $result->subMsg); $refund->increment("try_times"); return false; } diff --git a/index.html b/index.html index ca49c32..e69de29 100755 --- a/index.html +++ b/index.html @@ -1,40 +0,0 @@ - - - - - 恭喜,站点创建成功! - - - -
-

恭喜, 站点创建成功!

-

这是默认index.html,本页面由系统自动生成

- -
- - \ No newline at end of file