This commit is contained in:
jiangyong27 2024-09-12 16:56:25 +08:00
parent 80fc991de8
commit 642182fee9
2 changed files with 2 additions and 0 deletions

View File

@ -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)

View File

@ -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