eee
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user