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

wdt

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