change post body key

This commit is contained in:
Jay 2019-05-09 11:25:14 +08:00
parent ce2eb1257f
commit 4bb9779695
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ type DomainData struct {
// UpdateDDNSBody -
type UpdateDDNSBody struct {
Domain []DomainData `json:"domain"`
Domain []DomainData `json:"domains"`
}
// UpdateDDNS -