Commit eef4c69a authored by 张永's avatar 张永

1

parent 6ce7fac1
...@@ -76,9 +76,9 @@ public class PayNotifyController { ...@@ -76,9 +76,9 @@ public class PayNotifyController {
@RequestMapping(value = "/msePayCallback", method = RequestMethod.POST) @RequestMapping(value = "/msePayCallback", method = RequestMethod.POST)
public Object mepayCallback(@RequestBody String req, HttpServletResponse resp) { public Object mepayCallback(@RequestBody String req, HttpServletResponse resp) {
logger.info("接收到微企付回调通知接口: "+req); logger.info("从egoPay中接收到微企付回调通知接口: "+req);
List<Map<String, Object>> returnMap = orderService.mePayCallback(req); List<Map<String, Object>> returnMap = orderService.mePayCallback(req);
logger.info("处理微企付回调信息结果 {}",GsonUtil.toJson(returnMap)); logger.info("从egoPay中接收处理微企付回调信息结果 {}",GsonUtil.toJson(returnMap));
return "success"; return "success";
} }
......
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