|
@@ -2,6 +2,7 @@ package v1
|
|
|
|
|
|
type GameShieldSubmitRequest struct {
|
|
|
HostId int `json:"host_id" form:"host_id" binding:"required"`
|
|
|
+ Domain string `json:"domain" form:"domain" binding:"required"`
|
|
|
AppName string `json:"app_name" form:"app_name" binding:"required"`
|
|
|
RuleId int `json:"rule_id" form:"rule_id"`
|
|
|
Id int `json:"id" form:"id"`
|