|
@@ -29,7 +29,7 @@ func NewMyPublishListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *MyP
|
|
|
func (l *MyPublishListLogic) MyPublishList(req *types.MyPublishListReq) (resp *types.CommonRes, err error) {
|
|
|
pubList, err0 := l.svcCtx.Consumer.MyPublishList(l.ctx, &consumer.MyPublishListReq{
|
|
|
UserId: req.UserId,
|
|
|
- AppId: common.Int64All(req.AppId),
|
|
|
+ AppId: req.AppId,
|
|
|
Match: req.Match,
|
|
|
MsgType: common.Int64All(req.MsgType),
|
|
|
ReviewStatus: common.Int64All(req.ReviewStatus),
|