|
@@ -19,16 +19,16 @@ import org.springframework.web.bind.annotation.RequestBody;
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
|
|
|
|
|
|
+import com.keao.edu.auth.api.dto.AuthUser;
|
|
import com.keao.edu.auth.api.entity.SysUser;
|
|
import com.keao.edu.auth.api.entity.SysUser;
|
|
|
|
+import com.keao.edu.auth.api.util.SecurityConstants;
|
|
|
|
+import com.keao.edu.auth.api.util.SecurityUtils;
|
|
import com.keao.edu.auth.service.SysRoleService;
|
|
import com.keao.edu.auth.service.SysRoleService;
|
|
import com.keao.edu.auth.service.SysUserRoleService;
|
|
import com.keao.edu.auth.service.SysUserRoleService;
|
|
import com.keao.edu.auth.service.SysUserService;
|
|
import com.keao.edu.auth.service.SysUserService;
|
|
import com.keao.edu.auth.web.controller.queryInfo.SysUserQueryInfo;
|
|
import com.keao.edu.auth.web.controller.queryInfo.SysUserQueryInfo;
|
|
import com.keao.edu.common.controller.BaseController;
|
|
import com.keao.edu.common.controller.BaseController;
|
|
import com.keao.edu.common.exception.BizException;
|
|
import com.keao.edu.common.exception.BizException;
|
|
-import com.keao.edu.common.security.AuthUser;
|
|
|
|
-import com.keao.edu.common.security.SecurityConstants;
|
|
|
|
-import com.keao.edu.common.security.SecurityUtils;
|
|
|
|
import com.keao.edu.common.service.IdGeneratorService;
|
|
import com.keao.edu.common.service.IdGeneratorService;
|
|
import com.keao.edu.im.api.client.ImFeignService;
|
|
import com.keao.edu.im.api.client.ImFeignService;
|
|
import com.keao.edu.im.api.entity.ImResult;
|
|
import com.keao.edu.im.api.entity.ImResult;
|