|
@@ -46,13 +46,13 @@ type GameShieldRuleIdRequest struct {
|
|
}
|
|
}
|
|
|
|
|
|
type SDKInfo struct {
|
|
type SDKInfo struct {
|
|
- RuleID string `json:"rule_id"` // 规则ID
|
|
|
|
- ClientIP string `json:"client_ip"` // 客户端IP
|
|
|
|
- GatewayIP string `json:"gateway_ip"` // 网关IP
|
|
|
|
- SDKUUID string `json:"sdk_uuid"` // SDK-UUID
|
|
|
|
- SessionID string `json:"session_id"` // 会话ID
|
|
|
|
- SDKType string `json:"sdk_type"` // SDK类型
|
|
|
|
- SDKVersion string `json:"sdk_version"` // SDK版本
|
|
|
|
- System string `json:"system"` // 系统
|
|
|
|
- ExtraInfo string `json:"extra_info"` // 附加信息
|
|
|
|
|
|
+ RuleID string `json:"rule_id"` // 规则ID
|
|
|
|
+ ClientIP string `json:"client_ip"` // 客户端IP
|
|
|
|
+ GatewayIP string `json:"gateway_ip,omitempty"` // 网关IP
|
|
|
|
+ SDKUUID string `json:"sdk_uuid"` // SDK-UUID
|
|
|
|
+ SessionID string `json:"session_id"` // 会话ID
|
|
|
|
+ SDKType string `json:"sdk_type"` // SDK类型
|
|
|
|
+ SDKVersion string `json:"sdk_version,omitempty"` // SDK版本
|
|
|
|
+ System string `json:"system"` // 系统
|
|
|
|
+ ExtraInfo string `json:"extra_info"` // 附加信息
|
|
}
|
|
}
|