From 845cdc809a00e2a6ccad02470a5251146bd96bfa Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Mon, 21 Apr 2025 15:01:07 +0800 Subject: [PATCH] no message --- src/Services/Gateway/Epay.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Services/Gateway/Epay.php b/src/Services/Gateway/Epay.php index 3030b9e5..f295b5db 100755 --- a/src/Services/Gateway/Epay.php +++ b/src/Services/Gateway/Epay.php @@ -136,7 +136,7 @@ final class Epay extends Base // ]); // } else { - (new Telegram())->send(0, $e->getMessage()); + (new Telegram())->send(0, '有用户微信支付失败'); return $response->withJson([ 'ret' => 0,