修改查询门店会员列表

This commit is contained in:
chy
2025-07-04 17:34:52 +08:00
parent 11f0af6b38
commit d091d5bbca
3 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ import (
func (c *ControllerV1) GetLift(ctx context.Context, req *v1.GetLiftReq) (res *v1.GetLiftRes, err error) {
userId := g.RequestFromCtx(ctx).Get("id")
userId := g.RequestFromCtx(ctx).GetCtxVar("id")
out, err := service.Reward().GetLift(ctx, &model.GetRewardIn{
GameId: req.GameId,
GameCode: req.GameCode,