From 2f67a0145efdadcaa8acf4c9262a4a6fbb06f907 Mon Sep 17 00:00:00 2001 From: xl Date: Tue, 14 Nov 2023 10:10:11 +0800 Subject: [PATCH] eee --- wx/V3/WxV3Payment.php | 1 + 1 file changed, 1 insertion(+) diff --git a/wx/V3/WxV3Payment.php b/wx/V3/WxV3Payment.php index e4a8733..59d248f 100644 --- a/wx/V3/WxV3Payment.php +++ b/wx/V3/WxV3Payment.php @@ -34,6 +34,7 @@ class WxV3Payment extends SmallProgram $client->close(); $json = json_decode($client->getBody(), TRUE); + var_dump($client->getBody()); if (!isset($json['prepay_id'])) { throw new Exception('微信支付调用失败'); }