shish 6 лет назад
Родитель
Сommit
e4cc0dbe24
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app/client/controllers/OrderController.php

+ 1 - 1
app/client/controllers/OrderController.php

@@ -371,7 +371,7 @@ class OrderController extends BaseController
 			$typeList = configDict::getConfig('capitalType');
 			$capitalType = $typeList['xhOrder']['id'];
 			$totalFee = $order['actPrice'];
-			xhPayToolService::balancePay($orderId, $totalFee, $capitalType, $couponId);
+			xhPayToolService::balancePay($orderSn, $totalFee, $capitalType, $couponId);
 			util::success('支付成功');
 		} else {
 			util::fail('无效的支付方式');