提交 60d48471 authored 作者: 屈传平's avatar 屈传平

wdt

上级 4db89944
......@@ -24,6 +24,8 @@ type SalesRefundPushReq struct {
Reason string `json:"reason"`
Desc string `json:"desc"`
RefundVersion string `json:"refund_version"`
LogisticsNo string `json:"logistics_no"`
LogisticsName string `json:"logistics_name"`
OrderList []*RefundOrderList `json:"order_list"`
}
......@@ -39,7 +41,8 @@ type SalesRefundPushRes struct {
NewCount int `json:"new_count"`
}
/**
/*
*
创建原始退款单
*/
func (s *orderRefund) SalesRefundPush(ctx context.Context, req *SalesRefundPushReq) (res *SalesRefundPushRes, err error) {
......@@ -214,7 +217,8 @@ type RefundQueryRes struct {
} `json:"refunds"`
}
/**
/*
*
查询退换管理
*/
func (s *orderRefund) RefundQuery(ctx context.Context, req *RefundQueryReq) (res *RefundQueryRes, err error) {
......@@ -256,7 +260,8 @@ type StockRefundLogisticsQueryRes struct {
} `json:"trades"`
}
/**
/*
*
查询退货物流单号
*/
func (s *orderRefund) StockRefundLogisticsQuery(ctx context.Context, req *StockRefundLogisticsQueryReq) (res *StockRefundLogisticsQueryRes, err error) {
......@@ -287,7 +292,8 @@ type StockinRefundPushRes struct {
Message string `json:"message"`
}
/**
/*
*
创建退货入库单
*/
func (s *orderRefund) StockinRefundPush(ctx context.Context, req *StockinRefundPushReq) (res *StockinRefundPushRes, err error) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论