Commit 34cc78a3 authored by zhouqian's avatar zhouqian

some changes

parent acd36039
...@@ -431,6 +431,7 @@ public class UserController implements IBaseController { ...@@ -431,6 +431,7 @@ public class UserController implements IBaseController {
} }
} }
@RequestMapping("/associate_wechat")
public JsonResult associateWithWechat(String openId) { public JsonResult associateWithWechat(String openId) {
User user = getCurrentUser(); User user = getCurrentUser();
Long userId = user.getId(); Long userId = user.getId();
......
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