Commit 359a3eb9 authored by hujiebin's avatar hujiebin

Update group_rank.go

parent 1cd35fd4
...@@ -120,7 +120,7 @@ type GroupPowerStarReq struct { ...@@ -120,7 +120,7 @@ type GroupPowerStarReq struct {
// @Param token header string true "token" // @Param token header string true "token"
// @Param nonce header string true "随机数字" // @Param nonce header string true "随机数字"
// @Param groupPowerId query int true "家族id" // @Param groupPowerId query int true "家族id"
// @Param type query string true "类型 1:送礼 2:活跃 3:收礼物" // @Param type query integer true "类型 1:送礼 2:活跃 3:收礼物"
// @Param pageSize query int false "分页大小 默认:30" default(30) // @Param pageSize query int false "分页大小 默认:30" default(30)
// @Param pageIndex query int false "第几个分页,从1开始 默认:1" default(1) // @Param pageIndex query int false "第几个分页,从1开始 默认:1" default(1)
// @Success 200 {object} []group_power_cv.CvGroupPowerStarData // @Success 200 {object} []group_power_cv.CvGroupPowerStarData
......
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