diff --git a/src/main/java/com/chaozhanggui/system/cashierservice/controller/NotifyController.java b/src/main/java/com/chaozhanggui/system/cashierservice/controller/NotifyController.java index a6f3a98..3dbb336 100644 --- a/src/main/java/com/chaozhanggui/system/cashierservice/controller/NotifyController.java +++ b/src/main/java/com/chaozhanggui/system/cashierservice/controller/NotifyController.java @@ -46,6 +46,16 @@ public class NotifyController { return null; } + @RequestMapping("fstmemberInCallBack") + public String fstmemberInCallBack(HttpServletRequest request){ + Map map= getParameterMap(request); + log.info("fstmemberInCallBack回调返回信息:{}",JSONUtil.toJsonStr(map)); + + + return null; + + } + @RequestMapping("notifyCallBack") public String notifyCallBack(HttpServletRequest request){