ipv6
This commit is contained in:
parent
80fc991de8
commit
642182fee9
|
@ -109,6 +109,7 @@ func (s *Sdk) Match(c *Request) (*Result, error) {
|
|||
|
||||
params.Add("os", strings.ToLower(c.Os))
|
||||
params.Add("ip", c.Ip)
|
||||
params.Add("ipv6", c.Ipv6)
|
||||
params.Add("ua", c.Ua)
|
||||
params.Add("model", c.Model)
|
||||
params.Add("brand", c.Brand)
|
||||
|
|
|
@ -15,6 +15,7 @@ type Request struct {
|
|||
Version string //安装包版本
|
||||
Os string //手机系统类别 android、ioss
|
||||
Ip string //客户端的外网ip
|
||||
Ipv6 string //客户端的外网ipv6
|
||||
Ua string //客户端的user-agent
|
||||
Brand string // 客户端手机品牌
|
||||
Model string //客户端的手机型号,如:NOH-AN00
|
||||
|
|
Loading…
Reference in New Issue