This commit is contained in:
苏尹岚
2020-12-07 18:18:58 +08:00
parent 4e1c5ea67e
commit 6722987cfe
2 changed files with 6 additions and 7 deletions

View File

@@ -17,7 +17,7 @@ func init() {
logger, _ := zap.NewDevelopment()
sugarLogger = logger.Sugar()
baseapi.Init(sugarLogger)
api = New("", "6a3e2073-1850-413b-9eb7-6c342ec36e1c", "a8248088-a742-4c33-a0db-03aeae00ca7d")
api = New("6a3e2073-1850-413b-9eb7-6c342ec36e1c", "a8248088-a742-4c33-a0db-03aeae00ca7d")
}
func TestGetAccessToken(t *testing.T) {