This commit is contained in:
苏尹岚
2020-12-03 11:16:14 +08:00
parent 7108c05fb4
commit dc59cbd232
6 changed files with 75 additions and 7 deletions

View File

@@ -18,7 +18,7 @@ func init() {
logger, _ := zap.NewDevelopment()
sugarLogger = logger.Sugar()
baseapi.Init(sugarLogger)
api = New("1Zbve", "ymsrrxlZXlmglK6Q", "MYsFZGgwwprIahzQ")
api = New("1Zbve", "htvse3XEDhBnCTNo", "QM5RnGl6kNh3ENLT")
api.SetTimestamp(time.Now().Unix())
}