作者 郭文星

123

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