From 9ee626c0e692d119a8cddeb420905b97a1bc0050 Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Mon, 21 Apr 2025 15:28:51 +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 b134942b..e79d6e1d 100755 --- a/src/Services/Gateway/Epay.php +++ b/src/Services/Gateway/Epay.php @@ -139,7 +139,7 @@ final class Epay extends Base $aMsg = [ '标题' => '有用户微信支付失败', '报错' => $e->getMessage(), - '返回值' => json_decode($res) + '返回值' => json_encode($res) ]; $sMsg = json_encode($aMsg, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT);