...
|
...
|
@@ -1936,7 +1936,7 @@ class Car extends Base |
|
|
$notifyURI = $this->doman . '/addons/epay/api/OrderPayNtf';
|
|
|
$params = [
|
|
|
'amount' => $neworder['commission_price'],
|
|
|
'orderid' => $neworder['order_no'],
|
|
|
'orderid' => $neworder['rebook_no'],
|
|
|
'type' => 'wechat',
|
|
|
'notifyurl' => $notifyURI,
|
|
|
'method' => 'miniapp',
|
...
|
...
|
|