go-common/app/service/live/gift/model/databus.go

12 lines
270 B
Go
Raw Normal View History

2019-04-22 10:49:16 +00:00
package model
//AddFreeGift AddFreeGift
type AddFreeGift struct {
UID int64 `json:"uid"`
GiftID int64 `json:"gift_id"`
GiftNum int64 `json:"gift_num"`
ExpireAt int64 `json:"expire_at"`
Source string `json:"source"`
MsgID string `json:"msg_id"`
}