Documentation
¶
Index ¶
- type InstantShoppingGetDeliveryListByOrderIdParam
- type InstantShoppingGetDeliveryListByOrderIdRequest
- func (c *InstantShoppingGetDeliveryListByOrderIdRequest) Execute(accessToken *doudian_sdk.AccessToken) (...)
- func (c *InstantShoppingGetDeliveryListByOrderIdRequest) GetParamObject() interface{}
- func (c *InstantShoppingGetDeliveryListByOrderIdRequest) GetParams() *InstantShoppingGetDeliveryListByOrderIdParam
- func (c *InstantShoppingGetDeliveryListByOrderIdRequest) GetUrlPath() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InstantShoppingGetDeliveryListByOrderIdParam ¶
type InstantShoppingGetDeliveryListByOrderIdParam struct { // 抖音电商shop order单id ShopOrderId string `json:"shop_order_id"` }
type InstantShoppingGetDeliveryListByOrderIdRequest ¶
type InstantShoppingGetDeliveryListByOrderIdRequest struct { doudian_sdk.BaseDoudianOpApiRequest Param *InstantShoppingGetDeliveryListByOrderIdParam }
func New ¶
func New() *InstantShoppingGetDeliveryListByOrderIdRequest
func (*InstantShoppingGetDeliveryListByOrderIdRequest) Execute ¶
func (c *InstantShoppingGetDeliveryListByOrderIdRequest) Execute(accessToken *doudian_sdk.AccessToken) (*instantShopping_getDeliveryListByOrderId_response.InstantShoppingGetDeliveryListByOrderIdResponse, error)
func (*InstantShoppingGetDeliveryListByOrderIdRequest) GetParamObject ¶
func (c *InstantShoppingGetDeliveryListByOrderIdRequest) GetParamObject() interface{}
func (*InstantShoppingGetDeliveryListByOrderIdRequest) GetParams ¶
func (c *InstantShoppingGetDeliveryListByOrderIdRequest) GetParams() *InstantShoppingGetDeliveryListByOrderIdParam
func (*InstantShoppingGetDeliveryListByOrderIdRequest) GetUrlPath ¶
func (c *InstantShoppingGetDeliveryListByOrderIdRequest) GetUrlPath() string
Click to show internal directories.
Click to hide internal directories.