Documentation ¶
Index ¶
- type LogisticsWaybillApplyParam
- type LogisticsWaybillApplyRequest
- func (c *LogisticsWaybillApplyRequest) Execute(accessToken *doudian_sdk.AccessToken) (*logistics_waybillApply_response.LogisticsWaybillApplyResponse, error)
- func (c *LogisticsWaybillApplyRequest) GetParamObject() interface{}
- func (c *LogisticsWaybillApplyRequest) GetParams() *LogisticsWaybillApplyParam
- func (c *LogisticsWaybillApplyRequest) GetUrlPath() string
- type WaybillAppliesItem
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogisticsWaybillApplyParam ¶
type LogisticsWaybillApplyParam struct { // 请求结构体 WaybillApplies []WaybillAppliesItem `json:"waybill_applies"` }
type LogisticsWaybillApplyRequest ¶
type LogisticsWaybillApplyRequest struct { doudian_sdk.BaseDoudianOpApiRequest Param *LogisticsWaybillApplyParam }
func New ¶
func New() *LogisticsWaybillApplyRequest
func (*LogisticsWaybillApplyRequest) Execute ¶
func (c *LogisticsWaybillApplyRequest) Execute(accessToken *doudian_sdk.AccessToken) (*logistics_waybillApply_response.LogisticsWaybillApplyResponse, error)
func (*LogisticsWaybillApplyRequest) GetParamObject ¶
func (c *LogisticsWaybillApplyRequest) GetParamObject() interface{}
func (*LogisticsWaybillApplyRequest) GetParams ¶
func (c *LogisticsWaybillApplyRequest) GetParams() *LogisticsWaybillApplyParam
func (*LogisticsWaybillApplyRequest) GetUrlPath ¶
func (c *LogisticsWaybillApplyRequest) GetUrlPath() string
type WaybillAppliesItem ¶
Click to show internal directories.
Click to hide internal directories.