eee
This commit is contained in:
@@ -76,7 +76,7 @@ class WxVirtualPayment extends SmallProgram
|
||||
|
||||
$client = new Client('api.weixin.qq.com', 443, true);
|
||||
$client->post('/xpay/query_order?access_token=' . $this->payConfig->getAccessToken() . '&pay_sig=' . $this->paySign('/xpay/query_order', $data), $data);
|
||||
$resp = $client->getBody();
|
||||
$resp = $client->body;
|
||||
|
||||
$client->close();
|
||||
|
||||
@@ -94,7 +94,7 @@ class WxVirtualPayment extends SmallProgram
|
||||
|
||||
$client = new Client('api.weixin.qq.com', 443, true);
|
||||
$client->post('/xpay/notify_provide_goods?access_token=' . $this->payConfig->getAccessToken() . '&pay_sig=' . $this->paySign('/xpay/notify_provide_goods', $data), $data);
|
||||
$resp = $client->getBody();
|
||||
$resp = $client->body;
|
||||
$client->close();
|
||||
|
||||
return json_decode($resp, true);
|
||||
|
||||
Reference in New Issue
Block a user