修改 用户注册接口接口文档
This commit is contained in:
parent
3a50e9ee26
commit
649822c0e3
@ -58,8 +58,8 @@ public class UserController {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Operation(
|
@Operation(
|
||||||
summary = "登录",
|
summary = "注册",
|
||||||
description = "登录",
|
description = "用户自行注册",
|
||||||
tags = {"用户相关接口"}
|
tags = {"用户相关接口"}
|
||||||
)
|
)
|
||||||
@PostMapping("/register")
|
@PostMapping("/register")
|
||||||
|
Loading…
Reference in New Issue
Block a user