afterSale_applyLogisticsIntercept_request

package
v1.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 27, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AfterSaleApplyLogisticsInterceptParam

type AfterSaleApplyLogisticsInterceptParam struct {
	// 售后单ID
	AfterSaleId int64 `json:"after_sale_id"`
	// 操作来源(1:商家  3:客服)
	OpFrom int32 `json:"op_from"`
	// 要拦截的包裹
	InterceptTargets []InterceptTargetsItem `json:"intercept_targets"`
}

type AfterSaleApplyLogisticsInterceptRequest

type AfterSaleApplyLogisticsInterceptRequest struct {
	doudian_sdk.BaseDoudianOpApiRequest
	Param *AfterSaleApplyLogisticsInterceptParam
}

func (*AfterSaleApplyLogisticsInterceptRequest) Execute

func (c *AfterSaleApplyLogisticsInterceptRequest) Execute(accessToken *doudian_sdk.AccessToken) (*afterSale_applyLogisticsIntercept_response.AfterSaleApplyLogisticsInterceptResponse, error)

func (*AfterSaleApplyLogisticsInterceptRequest) GetParamObject

func (c *AfterSaleApplyLogisticsInterceptRequest) GetParamObject() interface{}

func (*AfterSaleApplyLogisticsInterceptRequest) GetParams

func (*AfterSaleApplyLogisticsInterceptRequest) GetUrlPath

type InterceptTargetsItem

type InterceptTargetsItem struct {
	// 物流公司编码
	CompanyCode string `json:"company_code"`
	// 物流单号
	TrackingNo string `json:"tracking_no"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL