Documentation ¶
Index ¶
- type AfterSaleApplyLogisticsInterceptParam
- type AfterSaleApplyLogisticsInterceptRequest
- func (c *AfterSaleApplyLogisticsInterceptRequest) Execute(accessToken *doudian_sdk.AccessToken) (...)
- func (c *AfterSaleApplyLogisticsInterceptRequest) GetParamObject() interface{}
- func (c *AfterSaleApplyLogisticsInterceptRequest) GetParams() *AfterSaleApplyLogisticsInterceptParam
- func (c *AfterSaleApplyLogisticsInterceptRequest) GetUrlPath() string
- type InterceptTargetsItem
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 New ¶
func New() *AfterSaleApplyLogisticsInterceptRequest
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 (c *AfterSaleApplyLogisticsInterceptRequest) GetParams() *AfterSaleApplyLogisticsInterceptParam
func (*AfterSaleApplyLogisticsInterceptRequest) GetUrlPath ¶
func (c *AfterSaleApplyLogisticsInterceptRequest) GetUrlPath() string
type InterceptTargetsItem ¶
Click to show internal directories.
Click to hide internal directories.