eee
This commit is contained in:
@@ -75,10 +75,11 @@ trait WxV3PaymentTait
|
|||||||
{
|
{
|
||||||
$config = $this->getPayConfig();
|
$config = $this->getPayConfig();
|
||||||
|
|
||||||
$sign = $this->signature('POST', '/v3/pay/transactions/out-trade-no/' . $orderNo . '?mchid=' . $config->pay->wx->mchId, "");
|
$parseUrl = '/v3/pay/transactions/out-trade-no/' . $orderNo . '?mchid=' . $config->pay->wx->mchId;
|
||||||
|
$sign = $this->signature('POST', $parseUrl, "");
|
||||||
|
|
||||||
$client = $this->createClient($sign, "");
|
$client = $this->createClient($sign, "");
|
||||||
$client->get('/v3/pay/transactions/out-trade-no/' . $orderNo . '?mchid=' . $config->pay->wx->mchId);
|
$client->get($parseUrl);
|
||||||
$client->close();
|
$client->close();
|
||||||
|
|
||||||
return json_decode($client->getBody(), TRUE);
|
return json_decode($client->getBody(), TRUE);
|
||||||
|
|||||||
Reference in New Issue
Block a user