generated from pkg/go-template
parent
4d4eb9145e
commit
5cc8efc9e9
app/zeus/service/lark/internal/lark
|
@ -8,7 +8,7 @@ import (
|
|||
|
||||
func (l Lark) Auth(code string) (*authen.UserAccessTokenInfo, error) {
|
||||
return l.userService.Authens.AccessToken(core.WrapContext(context.Background()), &authen.AuthenAccessTokenReqBody{
|
||||
GrantType: "",
|
||||
GrantType: "authorization_code",
|
||||
Code: code,
|
||||
}).Do()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue