Commit 708e51e5 by 翁国栋 Committed by 284718418@qq.com

8小时运营后台--

支付完成页面
parent 2af19ebc
...@@ -276,7 +276,7 @@ public class CallBackContorll { ...@@ -276,7 +276,7 @@ public class CallBackContorll {
InsureLog.builder().type(7).createTime(new Date()).requestType(2).requestPath(base_api_url + "/payStatus?policyId=" + policyId) InsureLog.builder().type(7).createTime(new Date()).requestType(2).requestPath(base_api_url + "/payStatus?policyId=" + policyId)
.returnCode("suc").returnMsg("用户已支付"+insurePay.getAmount()+"元,等待更新保单状态").policyId(policyId).build().insert(); .returnCode("suc").returnMsg("用户已支付"+insurePay.getAmount()+"元,等待更新保单状态").policyId(policyId).build().insert();
ModelAndView mav = new ModelAndView(); ModelAndView mav = new ModelAndView();
mav.setViewName("redirect:"+payPage+"/#/policy/payPage"); mav.setViewName("redirect:"+payPage+"/#/payPage");
return mav; return mav;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment