Commit d766308d authored by chenweijian's avatar chenweijian

家族活动

parent a8136eba
...@@ -58,7 +58,7 @@ func GroupPowerRank(c *gin.Context) (*mycontext.MyContext, error) { ...@@ -58,7 +58,7 @@ func GroupPowerRank(c *gin.Context) (*mycontext.MyContext, error) {
// @Tags 国家势力 // @Tags 国家势力
// @Summary 家族榜单-活动 // @Summary 家族榜单-活动
// @Success 200 {object} []group_power_cv.CvGroupPowerRank // @Success 200 {object} []group_power_cv.CvGroupPowerRank
// @Router /h5/groupPower/rank/month [get] // @Router /v1/h5/groupPower/rank/month [get]
func GroupPowerMonthRankAct(c *gin.Context) (*mycontext.MyContext, error) { func GroupPowerMonthRankAct(c *gin.Context) (*mycontext.MyContext, error) {
myContext := mycontext.CreateMyContext(c.Keys) myContext := mycontext.CreateMyContext(c.Keys)
userId, err := req.GetUserId(c) userId, err := req.GetUserId(c)
......
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