Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CalculateFreightAPI ¶
type CalculateFreightAPI struct { Ae top.Aliexpress Api top.API }
func (*CalculateFreightAPI) GetResponse ¶
func (a *CalculateFreightAPI) GetResponse() string
func (*CalculateFreightAPI) Init ¶
func (a *CalculateFreightAPI) Init(appKey, appSecret, serverURL, session string)
func (*CalculateFreightAPI) SetParams ¶
func (a *CalculateFreightAPI) SetParams(qs map[string]string)
type GetFreightSettingAPI ¶
type GetFreightSettingAPI struct { Ae top.Aliexpress Api top.API }
func (*GetFreightSettingAPI) GetResponse ¶
func (a *GetFreightSettingAPI) GetResponse() string
func (*GetFreightSettingAPI) Init ¶
func (a *GetFreightSettingAPI) Init(appKey, appSecret, serverURL, session string)
func (*GetFreightSettingAPI) SetParams ¶
func (a *GetFreightSettingAPI) SetParams(qs map[string]string)
type ListFreightTemplateAPI ¶
type ListFreightTemplateAPI struct { Ae top.Aliexpress Api top.API }
func (*ListFreightTemplateAPI) GetResponse ¶
func (a *ListFreightTemplateAPI) GetResponse() string
func (*ListFreightTemplateAPI) Init ¶
func (a *ListFreightTemplateAPI) Init(appKey, appSecret, serverURL, session string)
func (*ListFreightTemplateAPI) SetParams ¶
func (a *ListFreightTemplateAPI) SetParams(qs map[string]string)
Click to show internal directories.
Click to hide internal directories.