diff --git a/src/Services/Gateway/Epay.php b/src/Services/Gateway/Epay.php index e79d6e1d..b5eec86b 100755 --- a/src/Services/Gateway/Epay.php +++ b/src/Services/Gateway/Epay.php @@ -139,7 +139,8 @@ final class Epay extends Base $aMsg = [ '标题' => '有用户微信支付失败', '报错' => $e->getMessage(), - '返回值' => json_encode($res) + '发送值' => $data, + '返回值' => $resData ]; $sMsg = json_encode($aMsg, JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT);