mirror of
https://gitee.com/youlaitech/youlai-mall.git
synced 2024-12-22 20:54:26 +08:00
docs(UserController.java): 注释完善
This commit is contained in:
parent
cbf8261942
commit
95745470de
@ -112,10 +112,7 @@ public class UserController {
|
||||
return Result.judge(status);
|
||||
}
|
||||
|
||||
/**
|
||||
* 提供用于用户登录认证信息
|
||||
*/
|
||||
@ApiOperation(value = "根据用户名获取认证信息")
|
||||
@ApiOperation(value = "根据用户名获取认证信息",notes = "提供用于用户登录认证信息")
|
||||
@GetMapping("/username/{username}")
|
||||
public Result<AuthUserDTO> getAuthInfoByUsername(
|
||||
@ApiParam("用户名") @PathVariable String username) {
|
||||
|
Loading…
Reference in New Issue
Block a user