fix 红包领取记录
This commit is contained in:
parent
6827d11019
commit
ceb83a8eb4
|
@ -87,6 +87,14 @@ type RedPacketHistory struct {
|
|||
ItemNum int64 // 道具数量
|
||||
}
|
||||
|
||||
func (r *RedPacketHistory) DatabaseName() string {
|
||||
return "log"
|
||||
}
|
||||
|
||||
func (r *RedPacketHistory) CollectionName() string {
|
||||
return "log_redpackethistory"
|
||||
}
|
||||
|
||||
type GetRedPacketHistoryReq struct {
|
||||
Plt string
|
||||
Snid int32
|
||||
|
|
Loading…
Reference in New Issue