|
@@ -25,6 +25,12 @@ func NewBuyerSupplyInfoLogic(ctx context.Context, svcCtx *svc.ServiceContext) *B
|
|
}
|
|
}
|
|
|
|
|
|
func (l *BuyerSupplyInfoLogic) BuyerSupplyInfo(req *types.BuyerSupplyInfoReq) (resp *types.CommonResp, err error) {
|
|
func (l *BuyerSupplyInfoLogic) BuyerSupplyInfo(req *types.BuyerSupplyInfoReq) (resp *types.CommonResp, err error) {
|
|
|
|
+ return &types.CommonResp{
|
|
|
|
+ Err_code: 0,
|
|
|
|
+ Err_msg: "",
|
|
|
|
+ Data: "",
|
|
|
|
+ }, nil
|
|
|
|
+
|
|
res, err0 := l.svcCtx.Buyer.BuyerSupplyInfo(l.ctx, &bxbuyer.BuyerSupplyInfoReq{
|
|
res, err0 := l.svcCtx.Buyer.BuyerSupplyInfo(l.ctx, &bxbuyer.BuyerSupplyInfoReq{
|
|
Buyers: req.Buyer,
|
|
Buyers: req.Buyer,
|
|
PositionId: req.PositionId,
|
|
PositionId: req.PositionId,
|