ip.go 64 B

12345
  1. package v1
  2. type Ip struct {
  3. Ip string `json:"ip" form:"ip"`
  4. }