Commit 0115cb36 authored by xiaozhe.chen's avatar xiaozhe.chen

添加修改手机号后台管理接口

parent 4020e334
......@@ -10,6 +10,7 @@ import cn.quantgroup.customer.rest.vo.AuthUserVo;
import cn.quantgroup.customer.service.IUserService;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.lang3.StringUtils;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.authentication.AuthenticationManager;
import org.springframework.security.authentication.UsernamePasswordAuthenticationToken;
import org.springframework.security.core.Authentication;
......@@ -31,6 +32,7 @@ public class UserRest {
private final IUserService userService;
private final AuthenticationManager authenticationManager;
@Autowired
public UserRest(AuthenticationManager authenticationManager, IUserService userService) {
this.authenticationManager = authenticationManager;
this.userService = userService;
......
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