From 4d02c6d0518df0d8f93af720db06ca350f291d72 Mon Sep 17 00:00:00 2001 From: hujiebin Date: Tue, 30 May 2023 16:43:23 +0800 Subject: [PATCH] Update rank.go --- route/cp_r/rank.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/route/cp_r/rank.go b/route/cp_r/rank.go index 9330607..06eacab 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 } -- 2.22.0