This commit is contained in:
邹宗楠
2022-08-19 11:33:43 +08:00
parent 8571169b86
commit df1e1f46a0
3 changed files with 20 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ func init() {
appKey := "N0R033L2QQFR53"
secretKey := "686ffc3e31c24594838baed045563790"
api = New(appKey, secretKey, "")
api.GetAccessToken()
//api.GetAccessToken()
// api.GetAccessToken()
}