mirror of
https://gitee.com/youlaitech/youlai-mall.git
synced 2024-12-22 20:54:26 +08:00
style(OAuthController):添加注释
This commit is contained in:
parent
60338b94a6
commit
f6f8f34300
@ -38,7 +38,7 @@ public class OAuthController {
|
||||
private RedisTemplate redisTemplate;
|
||||
private KeyPair keyPair;
|
||||
|
||||
@ApiOperation(value = "OAuth2认证", notes = "login")
|
||||
@ApiOperation(value = "OAuth2认证", notes = "登录入口")
|
||||
@ApiImplicitParams({
|
||||
@ApiImplicitParam(name = "grant_type", defaultValue = "password", value = "授权模式", required = true),
|
||||
@ApiImplicitParam(name = "client_id", defaultValue = "client", value = "Oauth2客户端ID", required = true),
|
||||
|
Loading…
Reference in New Issue
Block a user