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

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

@@ -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('无效的支付方式');
 		}