no message

This commit is contained in:
hellcat 2025-04-21 15:27:07 +08:00
parent 6b30563514
commit 02e7516c8b

View File

@ -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);