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