联系我们
+想要进一步了解 思通数科 ? 欢迎通过如下方式联系我们。
+diff --git a/src/main/java/com/stonedt/intelligence/controller/WechatController.java b/src/main/java/com/stonedt/intelligence/controller/WechatController.java index 216e816..994f2ff 100644 --- a/src/main/java/com/stonedt/intelligence/controller/WechatController.java +++ b/src/main/java/com/stonedt/intelligence/controller/WechatController.java @@ -8,6 +8,7 @@ import org.dom4j.Element; import org.dom4j.io.SAXReader; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.*; +import org.springframework.web.servlet.ModelAndView; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; @@ -34,8 +35,15 @@ public class WechatController { public void weChat(HttpServletRequest request, HttpServletResponse response) throws IOException { wechatService.dealevent(request,response); } - - + + @RequestMapping("/wxGroup") + public ModelAndView wxGroup(HttpServletRequest request, HttpServletResponse response,ModelAndView mv) throws IOException { + String groupid = request.getParameter("groupid"); + mv.addObject("groupid", groupid); + mv.addObject("settingLeft", "wxGroup"); + mv.setViewName("user/wxGroup"); + return mv; + } } diff --git a/src/main/resources/static/assets/images/users/wxGroup.jpg b/src/main/resources/static/assets/images/users/wxGroup.jpg new file mode 100644 index 0000000..f4993ef Binary files /dev/null and b/src/main/resources/static/assets/images/users/wxGroup.jpg differ diff --git a/src/main/resources/static/assets/images/users/wxOfficialAccount.jpg b/src/main/resources/static/assets/images/users/wxOfficialAccount.jpg new file mode 100644 index 0000000..dc11ace Binary files /dev/null and b/src/main/resources/static/assets/images/users/wxOfficialAccount.jpg differ diff --git a/src/main/resources/templates/common/header.html b/src/main/resources/templates/common/header.html index 017e13f..51affce 100644 --- a/src/main/resources/templates/common/header.html +++ b/src/main/resources/templates/common/header.html @@ -116,9 +116,11 @@ -->