积分记录,红包记录查看已发/已收红包

This commit is contained in:
wells
2026-08-08 22:53:52 +08:00
parent 223966b59f
commit e6a4cf882a
7 changed files with 103 additions and 2 deletions
@@ -52,6 +52,11 @@ public interface IRedPacketService {
*/
Page<RedPacket> getRecords(Long userId, Integer pageNum, Integer pageSize);
/**
* 查询已收红包记录
*/
Page<RedPacketRecv> getReceivedRecords(Long userId, Integer pageNum, Integer pageSize);
/**
* 查找进行中的游戏红包
*/