Commit a28d20cf authored by hujiebin's avatar hujiebin

Update anniversary.go

parent d5e5aa1c
...@@ -126,7 +126,7 @@ func PageAnniversary(c *gin.Context) (*mycontext.MyContext, error) { ...@@ -126,7 +126,7 @@ func PageAnniversary(c *gin.Context) (*mycontext.MyContext, error) {
} }
// 客户端只认识0 1 // 客户端只认识0 1
Type := v.Type Type := v.Type
if v.Type != cp_e.AnniversaryItemTypeAnniversary { if v.Type != cp_e.AnniversaryItemTypeAvatar {
Type = cp_e.AnniversaryItemTypeNormal Type = cp_e.AnniversaryItemTypeNormal
} }
response = append(response, cp_cv.CvCpAnniversary{ response = append(response, cp_cv.CvCpAnniversary{
......
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