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