Commit fb9f0141 authored by hezhen's avatar hezhen

123

parent 30f47465
...@@ -26,7 +26,7 @@ public class UserInfoController { ...@@ -26,7 +26,7 @@ public class UserInfoController {
WeixinService weixinService; WeixinService weixinService;
@RequestMapping(value = "app/unauth/getOpenId", method = RequestMethod.GET) //匹配的是href中的download请求 @RequestMapping(value = "getOpenId", method = RequestMethod.GET) //匹配的是href中的download请求
public ObjectRestResponse sendSms(HttpServletRequest request) throws Exception { public ObjectRestResponse sendSms(HttpServletRequest request) throws Exception {
return ObjectRestResponse.succ(weixinService.getSession(request)); return ObjectRestResponse.succ(weixinService.getSession(request));
} }
......
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