修改奖励物品详情查询
This commit is contained in:
@ -10,12 +10,14 @@ import (
|
||||
|
||||
func (c *ControllerV1) GetGoodsDetails(ctx context.Context, req *v1.GetGoodsDetailsReq) (res *v1.GetGoodsDetailsRes, err error) {
|
||||
|
||||
out, err := service.Reward().GetGoodsDetails(ctx, &model.QueryUserGoodsDetailParam{
|
||||
out, err := service.Reward().GetGoodsDetails(ctx, &model.GetGoodsDetailsIn{
|
||||
WinningTime: req.Winningtime,
|
||||
OrderId: req.Orderid,
|
||||
IsActInfo: req.IsActinfo,
|
||||
IsDetail: req.IsDetail,
|
||||
IsDocument: req.IsDocument,
|
||||
PopenId: req.PopenId,
|
||||
Gid: req.Gid,
|
||||
})
|
||||
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user