Commit 1661a4d2 authored by hezhen's avatar hezhen

Merge branch 'hz_master' into base-modify

parents cdcbecee fb9f0141
......@@ -26,7 +26,7 @@ public class UserInfoController {
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 {
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