正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -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', |
-
请 注册 或 登录 后发表评论