调整游戏人生封装

This commit is contained in:
2025-06-19 15:09:36 +08:00
parent b6c84d9a03
commit 9d41358f83
7 changed files with 281 additions and 263 deletions

View File

@ -15,6 +15,7 @@ func (c *ControllerV1) GetLoginTaskList(ctx context.Context, req *v1.GetLoginTas
PopenId: req.PopenId,
Num: req.Num,
Pageidx: req.Pageidx,
BindType: req.BindType,
})
if err != nil {