@@ -7,6 +7,7 @@ type EventBasic struct {
RewardDrawStatus int `json:"reward_draw_status"` // 奖励领取状态
Reward string `json:"reward"` // 奖励 json字符串 eg:[]ItemReward
CreateAt int64 `json:"create_at"` // 事件创建时间戳
+ Remark string `json:"remark"` // 备注 建议使用json字符串,以便事件字段扩展
}
type UserBasic struct {