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