|
@@ -8,7 +8,6 @@ package org.eco.vip.auth.controller.auth;
|
|
|
|
|
|
import jakarta.annotation.Resource;
|
|
|
import jakarta.annotation.security.PermitAll;
|
|
|
-import jakarta.validation.Valid;
|
|
|
import org.eco.vip.auth.domain.auth.vo.AuthParam;
|
|
|
import org.eco.vip.auth.domain.auth.vo.AuthResponse;
|
|
|
import org.eco.vip.auth.service.auth.IAdminAuthService;
|
|
@@ -21,8 +20,6 @@ import org.springframework.web.bind.annotation.RequestBody;
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
|
|
|
|
-import java.io.IOException;
|
|
|
-
|
|
|
import static org.eco.vip.orm.pojo.CommonResult.success;
|
|
|
|
|
|
/**
|