fix: correctly parse VPS expiry from PublicNote and enhance domain date parsing

This commit is contained in:
Bot
2026-07-01 23:05:34 +08:00
parent f3dded3186
commit cabbfff858
2 changed files with 31 additions and 10 deletions
+3
View File
@@ -140,5 +140,8 @@ func SyncDomainWHOIS(c *gin.Context) (any, error) {
func SyncAllDomains(c *gin.Context) (any, error) {
singleton.SyncAllDomains()
// 手动触发到期检查,方便调试
singleton.CronJobForDomainStatus()
singleton.CronJobForServerStatus()
return nil, nil
}