This commit is contained in:
邹宗楠
2023-06-30 09:47:40 +08:00
parent c1ae6abac6
commit b8aad94c9f
6 changed files with 23 additions and 24 deletions

View File

@@ -39,6 +39,10 @@ func (a *API) SetToken(token string) {
a.token = token
}
func (a *API) GetToken() string {
return a.token
}
func (a *API) SetRefreshToken(refreshToken string) {
a.refreshToken = refreshToken
}