fix
zhangqian
2023-10-17 b0d1fe4e0acb0fa40c684069c0e9d77d7a65ace3
model/request/common.go
@@ -22,3 +22,7 @@
   }
   return true
}
type CommonIds struct {
   Ids []int `json:"ids,omitempty" binding:"required"`
}