Explorar el Código

支付完成发送短信

周箭河 hace 6 años
padre
commit
f6d7d4781e

+ 1 - 1
src/main/java/com/ym/mec/collectfee/service/impl/OrderServiceImpl.java

@@ -140,7 +140,7 @@ public class OrderServiceImpl extends BaseServiceImpl<Integer, Order> implements
     public Map getPayMap(Account routingAccount, Order order, School school) throws Exception {
 
         String notifyUrl = this.notifyUrl; //异步通知地址
-        String returnUrl = this.returnHost + "/#/payment?userId=1087191";//支付后返回页面
+        String returnUrl = this.returnHost + "/#/payment?userId="+order.getUserId();//支付后返回页面
 
         if (school != null) {
             returnUrl = this.returnHost + "/#/login?schoolId=" + school.getSchoolId() + "&classId=" + order.getClassId() + "&cityId=" + school.getCityId();//支付后返回页面