Commit 3fa72ef9 authored by hujiebin's avatar hujiebin

Update anniversary.go

parent c7f08487
...@@ -12,11 +12,11 @@ type CvCpBase struct { ...@@ -12,11 +12,11 @@ type CvCpBase struct {
} }
type CvCpAnniversary struct { type CvCpAnniversary struct {
Type cp_e.AnniversaryItemType `json:"type"` // 列表类型 0:普通 1:头像 Type cp_e.AnniversaryItemType `json:"type"` // 列表类型 0:普通 1:头像
CpInfo *CvCpBase `json:"cpInfo"` // cp信息,type=1(头像)时候用到 CpInfo *CvCpBase `json:"cpInfo,omitempty"` // cp信息,type=1(头像)时候用到
Id uint64 `json:"id"` // 记录id Id uint64 `json:"id"` // 记录id
Content string `json:"content"` // 纪念日内容 Content string `json:"content"` // 纪念日内容
Timestamp int64 `json:"timestamp"` // 纪念日时间戳 Timestamp int64 `json:"timestamp"` // 纪念日时间戳
IsRemind bool `json:"isRemind"` // 是否提醒 IsRemind bool `json:"isRemind"` // 是否提醒
CanDel bool `json:"canDel"` // 能否删除 CanDel bool `json:"canDel"` // 能否删除
} }
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