@@ -85,6 +85,7 @@ func (l *PubInfoLogic) PubInfo(req *types.PubInfoReq) (resp *types.CommonRes, er
Contact: &contact,
AppId: req.AppId,
Phone: req.Phone,
+ EntName: req.EntName,
})
if err1 != nil {
return &types.CommonRes{
@@ -54,6 +54,7 @@ func (l *PubSupplyInfoLogic) PubSupplyInfo(req *types.PubInfoReq) (resp *types.C
Deadline: req.ValidityTime,