From a28d20cfd23c6cb70da17a2dc508b11e3a47abc2 Mon Sep 17 00:00:00 2001 From: hujiebin Date: Wed, 7 Jun 2023 17:38:30 +0800 Subject: [PATCH] Update anniversary.go --- route/cp_r/anniversary.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/route/cp_r/anniversary.go b/route/cp_r/anniversary.go index ebd9c57..246d591 100644 --- a/route/cp_r/anniversary.go +++ b/route/cp_r/anniversary.go @@ -126,7 +126,7 @@ func PageAnniversary(c *gin.Context) (*mycontext.MyContext, error) { } // 客户端只认识0 1 Type := v.Type - if v.Type != cp_e.AnniversaryItemTypeAnniversary { + if v.Type != cp_e.AnniversaryItemTypeAvatar { Type = cp_e.AnniversaryItemTypeNormal } response = append(response, cp_cv.CvCpAnniversary{ -- 2.22.0