修改查询门店会员列表
This commit is contained in:
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user