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