绑定状态接口
This commit is contained in:
@@ -187,8 +187,10 @@ public class AppLoginController {
|
||||
public Result bindWx(@RequestAttribute("userId") Long userId) {
|
||||
UserEntity userEntity = userService.queryByUserId(userId);
|
||||
return Result.success(new HashMap<String, Object>(){{
|
||||
put("data", new HashMap<String, Object>(){{
|
||||
put("wxBind", StrUtil.isNotBlank(userEntity.getWxOpenId()));
|
||||
}});
|
||||
}});
|
||||
}
|
||||
|
||||
@PostMapping("/bindWxOpenPhone")
|
||||
|
||||
Reference in New Issue
Block a user