mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 16:23:42 +08:00 
			
		
		
		
	fix 修复 SysLoginController 接口文档书写错误问题
This commit is contained in:
		@@ -31,7 +31,7 @@ import java.util.Set;
 | 
				
			|||||||
 * @author Lion Li
 | 
					 * @author Lion Li
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
@Validated
 | 
					@Validated
 | 
				
			||||||
@Api(value = "数据字典信息控制器", tags = {"数据字典信息管理"})
 | 
					@Api(value = "登录验证控制器", tags = {"登录验证管理"})
 | 
				
			||||||
@RequiredArgsConstructor(onConstructor_ = @Autowired)
 | 
					@RequiredArgsConstructor(onConstructor_ = @Autowired)
 | 
				
			||||||
@RestController
 | 
					@RestController
 | 
				
			||||||
public class SysLoginController {
 | 
					public class SysLoginController {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user