mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-02-04 12:40:07 +00:00
fix service api (#556)
* fix service api * update ServiceResponseItem * fix: ddns lock
This commit is contained in:
@@ -21,7 +21,7 @@ type ServiceForm struct {
|
||||
}
|
||||
|
||||
type ServiceResponseItem struct {
|
||||
Service *Service `json:"service,omitempty"`
|
||||
ServiceName string `json:"service_name,omitempty"`
|
||||
CurrentUp uint64 `json:"current_up"`
|
||||
CurrentDown uint64 `json:"current_down"`
|
||||
TotalUp uint64 `json:"total_up"`
|
||||
|
||||
Reference in New Issue
Block a user