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

wangdian

上级 cc1acf6b
......@@ -37,7 +37,7 @@ type SalesRefundPushRes struct {
/**
创建原始退款单
*/
func (s *order) SalesRefundPush(ctx context.Context, req *SalesRefundPushReq) (res *SalesRefundPushRes, err error) {
func (s *orderRefund) SalesRefundPush(ctx context.Context, req *SalesRefundPushReq) (res *SalesRefundPushRes, err error) {
result, err := post(ctx, "/openapi2/sales_refund_push.php", req)
if nil != err {
......@@ -160,7 +160,7 @@ type RefundQueryRes struct {
/**
查询退换管理
*/
func (s *order) RefundQuery(ctx context.Context, req *RefundQueryReq) (res *RefundQueryRes, err error) {
func (s *orderRefund) RefundQuery(ctx context.Context, req *RefundQueryReq) (res *RefundQueryRes, err error) {
result, err := post(ctx, "/openapi2/refund_query.php", req)
if nil != err {
......@@ -202,7 +202,7 @@ type StockRefundLogisticsQueryRes struct {
/**
查询退货物流单号
*/
func (s *order) StockRefundLogisticsQuery(ctx context.Context, req *StockRefundLogisticsQueryReq) (res *StockRefundLogisticsQueryRes, err error) {
func (s *orderRefund) StockRefundLogisticsQuery(ctx context.Context, req *StockRefundLogisticsQueryReq) (res *StockRefundLogisticsQueryRes, err error) {
result, err := post(ctx, "/openapi2/stock_refund_logistics_query.php", req)
if nil != err {
......@@ -233,7 +233,7 @@ type StockinRefundPushRes struct {
/**
创建退货入库单
*/
func (s *order) StockinRefundPush(ctx context.Context, req *StockinRefundPushReq) (res *StockinRefundPushRes, err error) {
func (s *orderRefund) StockinRefundPush(ctx context.Context, req *StockinRefundPushReq) (res *StockinRefundPushRes, err error) {
result, err := post(ctx, "/openapi2/stockin_refund_push.php", req)
if nil != err {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论