将 DelGameShieldRequest 结构体中的 RuleId 字段从 "rule_id"重命名为 "id", 以简化参数名称并提高代码一致性。
@@ -44,5 +44,5 @@ type KeyAndFieldResponse struct {
}
type DelGameShieldRequest struct {
- RuleId int `json:"rule_id" form:"rule_id"`
+ RuleId int `json:"id" form:"id"`