打印影响延迟优化

This commit is contained in:
hoteas
2022-05-13 09:30:09 +08:00
parent 0f2b47d6d9
commit 20d8926d05
7 changed files with 23 additions and 14 deletions
+2 -2
View File
@@ -24,8 +24,8 @@ func (that *tencent) Init(secretId, secretKey string) {
that.secretId = secretId
that.secretKey = secretKey
that.credential = common.NewCredential(
"AKIDOgT8cKCQksnY7yKATaYO7j9ORJzSYohP",
"GNXgjdN4czA9ya0FNMApVJzTmsmU0KSN",
that.secretId,
that.secretKey,
)
}