mirror of
https://gitee.com/youlaitech/youlai-mall.git
synced 2024-12-22 12:48:59 +08:00
feat(SysUserController): 移除空行
This commit is contained in:
parent
0f2bf404db
commit
c3e329e010
@ -103,7 +103,6 @@ public class SysUserController {
|
||||
return Result.success(loginUserVO);
|
||||
}
|
||||
|
||||
|
||||
@ApiOperation(value = "根据用户名获取认证信息", notes = "提供用于用户登录认证信息", hidden = true)
|
||||
@GetMapping("/username/{username}")
|
||||
public Result<UserAuthDTO> getAuthInfoByUsername(@ApiParam("用户名") @PathVariable String username) {
|
||||
|
Loading…
Reference in New Issue
Block a user