|
@@ -13,7 +13,7 @@ type GameShieldBackendRequest struct {
|
|
|
SdkIp string `json:"sdk_ip" form:"sdk_ip"`
|
|
|
Type string `json:"type" form:"type"`
|
|
|
MaxBandwidth *int `json:"max_bandwidth" form:"max_bandwidth"`
|
|
|
- Checked string `json:"checked" form:"checked"`
|
|
|
+ RealIp string `json:"checked" form:"checked"`
|
|
|
Host string `json:"host" form:"host" binding:"required"`
|
|
|
Remark string `json:"remark" form:"remark"`
|
|
|
CreatedAt time.Time `json:"created_at" form:"created_at"`
|