This commit is contained in:
邹宗楠
2022-05-30 18:41:39 +08:00
parent 60c6876da7
commit ad94f7579a
5 changed files with 144 additions and 33 deletions

View File

@@ -19,7 +19,6 @@ type API struct {
client *http.Client
config *platformapi.APIConfig
locker sync.RWMutex
msgToken string
msgKey string
msgToken string // accessToken
expiresIn int64 // 过期时间
}