|
|
@ -6,6 +6,7 @@ import cn.estsh.i3plus.core.api.iservice.busi.ISysUserService;
|
|
|
|
import cn.estsh.i3plus.core.apiservice.controller.DemoAuthController;
|
|
|
|
import cn.estsh.i3plus.core.apiservice.controller.DemoAuthController;
|
|
|
|
import cn.estsh.i3plus.core.apiservice.serviceimpl.busi.SysLocaleLanguageService;
|
|
|
|
import cn.estsh.i3plus.core.apiservice.serviceimpl.busi.SysLocaleLanguageService;
|
|
|
|
import cn.estsh.i3plus.platform.common.util.CommonConstWords;
|
|
|
|
import cn.estsh.i3plus.platform.common.util.CommonConstWords;
|
|
|
|
|
|
|
|
import cn.estsh.i3plus.platform.common.util.PlatformConstWords;
|
|
|
|
import cn.estsh.i3plus.pojo.base.enumutil.ResourceEnumUtil;
|
|
|
|
import cn.estsh.i3plus.pojo.base.enumutil.ResourceEnumUtil;
|
|
|
|
import cn.estsh.i3plus.pojo.platform.bean.SessionUser;
|
|
|
|
import cn.estsh.i3plus.pojo.platform.bean.SessionUser;
|
|
|
|
import cn.estsh.i3plus.pojo.platform.bean.SysLocaleLanguage;
|
|
|
|
import cn.estsh.i3plus.pojo.platform.bean.SysLocaleLanguage;
|
|
|
@ -40,7 +41,7 @@ import java.util.List;
|
|
|
|
**/
|
|
|
|
**/
|
|
|
|
@RestController
|
|
|
|
@RestController
|
|
|
|
@Api(description="用户所有权限操作服务")
|
|
|
|
@Api(description="用户所有权限操作服务")
|
|
|
|
@RequestMapping(CoreBaseController.BASE_URL + "/auth")
|
|
|
|
@RequestMapping(PlatformConstWords.BASE_URL + "/auth")
|
|
|
|
public class AuthController extends CoreBaseController {
|
|
|
|
public class AuthController extends CoreBaseController {
|
|
|
|
|
|
|
|
|
|
|
|
public static final Logger LOGGER = LoggerFactory.getLogger(DemoAuthController.class);
|
|
|
|
public static final Logger LOGGER = LoggerFactory.getLogger(DemoAuthController.class);
|
|
|
|