IP接口
This commit is contained in:
6
api/network/model/req/ip.go
Normal file
6
api/network/model/req/ip.go
Normal file
@ -0,0 +1,6 @@
|
||||
package req
|
||||
|
||||
// GetIpInfoRequest 获取IP信息请求
|
||||
type GetIpInfoRequest struct {
|
||||
IP string `json:"ip" validate:"required"` // IP 地址
|
||||
}
|
Reference in New Issue
Block a user