From 7390c6812c2f719641dec1e89784827044006faf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=99=E8=BF=B0=E3=80=81=E5=88=AB=E7=A6=BB?= <93301500+xushubieli@users.noreply.github.com> Date: Wed, 26 Apr 2023 15:14:58 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/notify.php | 4 ++-- src/apps/return.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/apps/notify.php b/src/apps/notify.php index f5b6034c..481dbcc7 100644 --- a/src/apps/notify.php +++ b/src/apps/notify.php @@ -73,7 +73,7 @@ if ($dopost === 'alipay') { exit; } } catch (Exception $e) { - ShowMsg("付款错误", "javascript:;"); + ShowMsg("付款失败,请检查支付接口设置", "javascript:;"); exit; } } else if ($dopost === 'wechat') { @@ -125,7 +125,7 @@ if ($dopost === 'alipay') { exit; } } else { - ShowMsg("未知支付方式", "javascript:;"); + ShowMsg("未知付款,请检查支付接口设置", "javascript:;"); exit; } ?> \ No newline at end of file diff --git a/src/apps/return.php b/src/apps/return.php index 2efaee6a..2cddead9 100644 --- a/src/apps/return.php +++ b/src/apps/return.php @@ -73,11 +73,11 @@ if ($dopost === 'alipay') { exit; } } catch (Exception $e) { - ShowMsg("付款错误", "javascript:;"); + ShowMsg("付款失败,请检查支付接口设置", "javascript:;"); exit; } } else { - ShowMsg("未知支付方式", "javascript:;"); + ShowMsg("未知付款,请检查支付接口设置", "javascript:;"); exit; } ?> \ No newline at end of file