Documentation ¶
Index ¶
- type SupermGetPlatformPickUpCalendarParam
- type SupermGetPlatformPickUpCalendarRequest
- func (c *SupermGetPlatformPickUpCalendarRequest) Execute(accessToken *doudian_sdk.AccessToken) (...)
- func (c *SupermGetPlatformPickUpCalendarRequest) GetParamObject() interface{}
- func (c *SupermGetPlatformPickUpCalendarRequest) GetParams() *SupermGetPlatformPickUpCalendarParam
- func (c *SupermGetPlatformPickUpCalendarRequest) GetUrlPath() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SupermGetPlatformPickUpCalendarParam ¶
type SupermGetPlatformPickUpCalendarParam struct { // 售后单号 AftersaleId int64 `json:"aftersale_id"` }
type SupermGetPlatformPickUpCalendarRequest ¶
type SupermGetPlatformPickUpCalendarRequest struct { doudian_sdk.BaseDoudianOpApiRequest Param *SupermGetPlatformPickUpCalendarParam }
func New ¶
func New() *SupermGetPlatformPickUpCalendarRequest
func (*SupermGetPlatformPickUpCalendarRequest) Execute ¶
func (c *SupermGetPlatformPickUpCalendarRequest) Execute(accessToken *doudian_sdk.AccessToken) (*superm_getPlatformPickUpCalendar_response.SupermGetPlatformPickUpCalendarResponse, error)
func (*SupermGetPlatformPickUpCalendarRequest) GetParamObject ¶
func (c *SupermGetPlatformPickUpCalendarRequest) GetParamObject() interface{}
func (*SupermGetPlatformPickUpCalendarRequest) GetParams ¶
func (c *SupermGetPlatformPickUpCalendarRequest) GetParams() *SupermGetPlatformPickUpCalendarParam
func (*SupermGetPlatformPickUpCalendarRequest) GetUrlPath ¶
func (c *SupermGetPlatformPickUpCalendarRequest) GetUrlPath() string
Click to show internal directories.
Click to hide internal directories.