修改插件响应结果判断,新增跳过通知

This commit is contained in:
v-me-50
2025-06-18 17:42:14 +08:00
parent 7b2235d7e7
commit 7360e0c3a2
5 changed files with 59 additions and 12 deletions

View File

@@ -428,6 +428,7 @@ func GetCert(runId string, domainArr []string, endDay int, logger *public.Logger
"cert": maxItem["cert"],
"key": maxItem["key"],
"issuerCert": maxItem["issuer_cert"],
"skip": true,
}, nil
}