Commit ce47e6dd by Huang Linyu

协和售券排行榜

parent 498da298
...@@ -31,6 +31,15 @@ public class adminUserController { ...@@ -31,6 +31,15 @@ public class adminUserController {
} }
/** /**
* 指向登录页面
*/
@RequestMapping(value = "/ranking_xiehe", method = RequestMethod.GET)
public String ranking_xiehe(ModelMap model) {
model.put("success", "");
return "user/ranking_xiehe";
}
/**
* 查询是否是社员信息 * 查询是否是社员信息
*/ */
@RequestMapping(value = "/checkCommune", method = RequestMethod.GET) @RequestMapping(value = "/checkCommune", method = RequestMethod.GET)
......
...@@ -120,7 +120,7 @@ public class CallCenterController { ...@@ -120,7 +120,7 @@ public class CallCenterController {
@ResponseBody @ResponseBody
public String callbackEvent(HttpServletRequest request, HttpServletResponse response, @RequestBody String eventJsonString, ModelMap model) { public String callbackEvent(HttpServletRequest request, HttpServletResponse response, @RequestBody String eventJsonString, ModelMap model) {
String result = ""; String result = "";
System.out.println("rsmw iwan info:" +eventJsonString); // System.out.println("rsmw iwan info:" +eventJsonString);
try { try {
logger.debug("从" + request.getRemoteAddr() + "收到event:" + eventJsonString); logger.debug("从" + request.getRemoteAddr() + "收到event:" + eventJsonString);
......
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 sign in to comment