fix 红包领取记录

This commit is contained in:
sk 2025-01-10 14:55:36 +08:00
parent 6827d11019
commit ceb83a8eb4
1 changed files with 8 additions and 0 deletions

View File

@ -87,6 +87,14 @@ type RedPacketHistory struct {
ItemNum int64 // 道具数量 ItemNum int64 // 道具数量
} }
func (r *RedPacketHistory) DatabaseName() string {
return "log"
}
func (r *RedPacketHistory) CollectionName() string {
return "log_redpackethistory"
}
type GetRedPacketHistoryReq struct { type GetRedPacketHistoryReq struct {
Plt string Plt string
Snid int32 Snid int32