anniversary.go 188 Bytes
Newer Older
hujiebin's avatar
hujiebin committed
1 2 3 4 5 6 7 8
package cp_e

type AnniversaryItemType int

const (
	AnniversaryItemTypeNormal AnniversaryItemType = 0 // 普通类型
	AnniversaryItemTypeAvatar AnniversaryItemType = 1 // 头像类型
)