Commit 2f350214 by 翁国栋

8小时后台--

微信支付路径跳转bug
parent f172b23c
...@@ -1491,7 +1491,7 @@ public class InsureContorll { ...@@ -1491,7 +1491,7 @@ public class InsureContorll {
Map<String, Object> importPayInfo = JSONObject.parseObject(JSONObject.toJSONString(payData.get("import_pay_info"))); Map<String, Object> importPayInfo = JSONObject.parseObject(JSONObject.toJSONString(payData.get("import_pay_info")));
insurePay.setPaySerialNo(importPayInfo.get("pay_serial_no").toString()); insurePay.setPaySerialNo(importPayInfo.get("pay_serial_no").toString());
insurePay.updateById(); insurePay.updateById();
return ResultUtil.data(importPayInfo.get("pay_url").toString()+"jump_url="+base_api_url +"/callBack/policy/payStatus?policyId="+insurePolicy.getId()); return ResultUtil.data(importPayInfo.get("pay_url").toString()+"&jump_url="+base_api_url +"/callBack/policy/payStatus?policyId="+insurePolicy.getId());
} }
// String data = HttpUtils.sendGet(setParams()) // String data = HttpUtils.sendGet(setParams())
......
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