From 4668f8a02319405ed754e8515aabc057125f43f0 Mon Sep 17 00:00:00 2001 From: hujiebin Date: Tue, 13 Jun 2023 16:00:39 +0800 Subject: [PATCH] 30+ --- 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 cbcbb69..75e3fdb 100644 --- a/route/cp_r/rank.go +++ b/route/cp_r/rank.go @@ -221,7 +221,7 @@ func CpMy(c *gin.Context) (*mycontext.MyContext, error) { } if relation.UserId2 > 0 { response.User2 = userBases[relation.UserId2] - response.Ranking = "99+" + response.Ranking = "30+" ranks := cp_m.PageCpDayRank(model, beginDate, endDate, 0, 30) for i, rank := range ranks { if relation.ID == rank.CpId { -- 2.22.0