域名解析中可以删除和恢复某个域名

This commit is contained in:
刘祥超
2021-11-06 16:23:38 +08:00
parent 9f53f59f18
commit 3789ac6433
8 changed files with 106 additions and 60 deletions

View File

@@ -83,6 +83,7 @@ func (this *ProviderAction) RunGet(params struct {
"name": domain.Name,
"isOn": domain.IsOn,
"isUp": domain.IsUp,
"isDeleted": domain.IsDeleted,
"dataUpdatedTime": dataUpdatedTime,
"countRoutes": len(domain.Routes),
"countServerRecords": domain.CountServerRecords,