This commit is contained in:
2026-06-12 23:57:22 +08:00
parent 0a535c3a89
commit 63e24922ad
15 changed files with 39 additions and 39 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ trait WxV3PaymentTait
$client->get($parseUrl, ['mchid' => $config->pay->wx->mchId]);
$client->close();
return json_decode($client->getBody(), TRUE);
return json_decode($client->body, TRUE);
}