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