Browse Source

下单返订单ID

master
weigang 5 years ago
parent
commit
e52244027c
  1. 1
      app/Service/v3/Implementations/PaymentService.php

1
app/Service/v3/Implementations/PaymentService.php

@ -77,6 +77,7 @@ class PaymentService implements PaymentServiceInterface
];
$parameters['paySign'] = $this->signture($parameters, $config['key']);
$parameters['order_main_id'] = $orderMain->id;
return $parameters;

Loading…
Cancel
Save