fix: 修改rr记录参数
This commit is contained in:
parent
297865623a
commit
b39b699770
|
@ -22,7 +22,7 @@ type ModifyResolveRecord struct {
|
||||||
Id int `json:"id" binding:"required"`
|
Id int `json:"id" binding:"required"`
|
||||||
Name string `json:"name" binding:"required"`
|
Name string `json:"name" binding:"required"`
|
||||||
Type string `json:"type" binding:"required"`
|
Type string `json:"type" binding:"required"`
|
||||||
Ttl int `json:"ttl" binding:"required"`
|
Ttl int `json:"ttl"`
|
||||||
Value string `json:"value" binding:"required"`
|
Value string `json:"value" binding:"required"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue