afterSale_fillLogistics_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 AfterSaleFillLogisticsParam

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

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