优化CNAME查询程序

This commit is contained in:
刘祥超
2023-03-21 11:41:40 +08:00
parent ac6fcefffd
commit 3dc983871f
5 changed files with 56 additions and 10 deletions

View File

@@ -28,6 +28,7 @@ Tea.context(function () {
.params({
serverIds: serverIds
})
.timeout(300)
.success(function (resp) {
let status = resp.data.status
this.servers.forEach(function (server) {