Commit 609f5b19 authored by hujiebin's avatar hujiebin

not required

parent fa76c73b
......@@ -111,8 +111,8 @@ func GroupPowerRank(c *gin.Context) (*mycontext.MyContext, error) {
type GroupPowerStarReq struct {
GroupPowerId mysql.ID `form:"groupPowerId" binding:"required"`
Type groupPower_e.GroupPowerStarType `form:"type" binding:"required"`
PageSize int `form:"pageSize" binding:"required"`
PageIndex int `form:"pageIndex" binding:"required"`
PageSize int `form:"pageSize"`
PageIndex int `form:"pageIndex"`
}
// @Tags 国家势力
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment