From 02e7516c8be1a929e24d2b04fe54a9a2b2c4df66 Mon Sep 17 00:00:00 2001 From: hellcat <> Date: Mon, 21 Apr 2025 15:27: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 c778ff77..b134942b 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(), - '返回值' => $resData + '返回值' => json_decode($res) ]; $sMsg = json_encode($aMsg, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT);