diff --git a/route/cp_r/rank.go b/route/cp_r/rank.go index 9330607cd62b339f1fb8903a32e2b77d644dbf4d..06eacab44c4b27b1dcf0fc0d04ed141a80643e08 100644 --- a/route/cp_r/rank.go +++ b/route/cp_r/rank.go @@ -197,6 +197,6 @@ func CpAchievement(c *gin.Context) (*mycontext.MyContext, error) { } } else { } - resp.ResponseOk(c, response) + resp.ResponsePageBaseOk(c, response, 0, false) return nil, nil }