- GetUsers接口改变
This commit is contained in:
@@ -73,9 +73,9 @@ func (c *Auth2Controller) Login() {
|
||||
})
|
||||
}
|
||||
|
||||
// @Title 钉钉认证回调接口
|
||||
// @Description 钉钉认证回调接口,自己不能直接调用
|
||||
// @Param token header string true "认证token"
|
||||
// @Title 得到自己登录token的信息
|
||||
// @Description 得到自己登录token的信息
|
||||
// @Param token header string true "认证token"
|
||||
// @Success 200 {object} controllers.CallResult
|
||||
// @Failure 200 {object} controllers.CallResult
|
||||
// @router /GetTokenInfo [get]
|
||||
|
||||
Reference in New Issue
Block a user