change post body key

This commit is contained in:
Jay
2019-05-09 11:25:14 +08:00
parent ce2eb1257f
commit 4bb9779695
+1 -1
View File
@@ -27,7 +27,7 @@ type DomainData struct {
// UpdateDDNSBody - // UpdateDDNSBody -
type UpdateDDNSBody struct { type UpdateDDNSBody struct {
Domain []DomainData `json:"domain"` Domain []DomainData `json:"domains"`
} }
// UpdateDDNS - // UpdateDDNS -