|
@@ -14,13 +14,13 @@ import org.eco.vip.nexus.core.domain.auth.pojo.LoginVO;
|
|
|
import org.eco.vip.nexus.core.domain.client.pojo.ClientVO;
|
|
|
import org.eco.vip.nexus.core.service.auth.IAuthService;
|
|
|
import org.eco.vip.nexus.core.service.client.IClientService;
|
|
|
-import org.eco.vip.orm.constant.Constants;
|
|
|
-import org.eco.vip.orm.exception.BusinessException;
|
|
|
-import org.eco.vip.orm.pojo.CommonResult;
|
|
|
-import org.eco.vip.orm.utils.JsonUtils;
|
|
|
-import org.eco.vip.orm.utils.ObjUtils;
|
|
|
-import org.eco.vip.orm.utils.StrUtils;
|
|
|
-import org.eco.vip.orm.utils.ValidatorUtils;
|
|
|
+import org.eco.vip.core.constant.Constants;
|
|
|
+import org.eco.vip.core.exception.BusinessException;
|
|
|
+import org.eco.vip.core.pojo.CommonResult;
|
|
|
+import org.eco.vip.core.utils.JsonUtils;
|
|
|
+import org.eco.vip.core.utils.ObjUtils;
|
|
|
+import org.eco.vip.core.utils.StrUtils;
|
|
|
+import org.eco.vip.core.utils.ValidatorUtils;
|
|
|
import org.springframework.validation.annotation.Validated;
|
|
|
import org.springframework.web.bind.annotation.GetMapping;
|
|
|
import org.springframework.web.bind.annotation.PostMapping;
|
|
@@ -28,8 +28,8 @@ import org.springframework.web.bind.annotation.RequestBody;
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
|
|
|
|
-import static org.eco.vip.orm.pojo.CommonResult.fail;
|
|
|
-import static org.eco.vip.orm.pojo.CommonResult.success;
|
|
|
+import static org.eco.vip.core.pojo.CommonResult.fail;
|
|
|
+import static org.eco.vip.core.pojo.CommonResult.success;
|
|
|
|
|
|
/**
|
|
|
* @description AuthController
|