|
@@ -152,7 +152,7 @@ public class OrderServiceImpl extends BaseServiceImpl<Integer, Order> implements
|
|
|
returnUrl = this.returnHost + "/#/login?schoolId=" + school.getSchoolId() + "&cityId=" + school.getCityId();//支付后返回页面
|
|
|
}
|
|
|
if(order.getPromotionType().equals(1)){
|
|
|
- returnUrl = this.returnHost+ "/#/paymentResult";
|
|
|
+ returnUrl = this.returnHost+ "/#/paymentResult?orderNo="+order.getOrderNo();
|
|
|
}
|
|
|
String payUrl = "https://qyfapi.95epay.com/api/api/hPay/toPayHtml";//支付跳转页
|
|
|
String payChannels = "{\"weChatPay\":true,\"weChatPayMobile\":false,\"aliPay\":true,\"fastpayXy\":true,\"aliPayMobile\":false,\"balancePay\":false}";//支付方式配置
|