mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 08:13:44 +08:00 
			
		
		
		
	update 优化 删除无用注解
This commit is contained in:
		@@ -52,7 +52,6 @@ import java.util.concurrent.TimeUnit;
 | 
			
		||||
 */
 | 
			
		||||
@Slf4j
 | 
			
		||||
@SaIgnore
 | 
			
		||||
@Validated
 | 
			
		||||
@RequiredArgsConstructor
 | 
			
		||||
@RestController
 | 
			
		||||
@RequestMapping("/auth")
 | 
			
		||||
@@ -76,7 +75,7 @@ public class AuthController {
 | 
			
		||||
     */
 | 
			
		||||
    @ApiEncrypt
 | 
			
		||||
    @PostMapping("/login")
 | 
			
		||||
    public R<LoginVo> login(@Validated @RequestBody String body) {
 | 
			
		||||
    public R<LoginVo> login(@RequestBody String body) {
 | 
			
		||||
        LoginBody loginBody = JsonUtils.parseObject(body, LoginBody.class);
 | 
			
		||||
        ValidatorUtils.validate(loginBody);
 | 
			
		||||
        // 授权类型和客户端id
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user