afterSale_fillLogistics_request

package
v1.0.8 Latest Latest
Warning

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

Go to latest
Published: Dec 25, 2022 License: MulanPSL-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 AfterSaleFillLogisticsParam

type AfterSaleFillLogisticsParam struct {
	// 售后单ID
	AftersaleId int64 `json:"aftersale_id"`
	// 发货类型;适用场景: send_type=1:用于补寄商家发货 send_type=3:超市预约上门取货;退货退款和换货场景下商家帮买家填写退货物流信息; send_type=4:维修场景下商家帮买家填写退货物流信息;
	SendType int32 `json:"send_type"`
	// 物流公司编号
	CompanyCode string `json:"company_code"`
	// 物流单号
	TrackingNo string `json:"tracking_no"`
	// 预约上门取货时间戳,单位:秒(目前抖超小时达店铺使用)
	BookTimeBegin int64 `json:"book_time_begin"`
	// 预约上门取货时间戳,单位:秒(目前抖超小时达店铺使用)
	BookTimeEnd int64 `json:"book_time_end"`
	// 门店ID
	StoreId int64 `json:"store_id"`
}

type AfterSaleFillLogisticsRequest

type AfterSaleFillLogisticsRequest struct {
	doudian_sdk.BaseDoudianOpApiRequest
	Param *AfterSaleFillLogisticsParam
}

func (*AfterSaleFillLogisticsRequest) Execute

func (c *AfterSaleFillLogisticsRequest) Execute(accessToken *doudian_sdk.AccessToken) (*afterSale_fillLogistics_response.AfterSaleFillLogisticsResponse, error)

func (*AfterSaleFillLogisticsRequest) GetParamObject

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

func (*AfterSaleFillLogisticsRequest) GetParams

func (*AfterSaleFillLogisticsRequest) GetUrlPath

func (c *AfterSaleFillLogisticsRequest) GetUrlPath() string

Jump to

Keyboard shortcuts

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