Documentation ¶
Index ¶
- type SpuGetSpuInfoBySpuIdParam
- type SpuGetSpuInfoBySpuIdRequest
- func (c *SpuGetSpuInfoBySpuIdRequest) Execute(accessToken *doudian_sdk.AccessToken) (*spu_getSpuInfoBySpuId_response.SpuGetSpuInfoBySpuIdResponse, error)
- func (c *SpuGetSpuInfoBySpuIdRequest) GetParamObject() interface{}
- func (c *SpuGetSpuInfoBySpuIdRequest) GetParams() *SpuGetSpuInfoBySpuIdParam
- func (c *SpuGetSpuInfoBySpuIdRequest) GetUrlPath() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SpuGetSpuInfoBySpuIdParam ¶
type SpuGetSpuInfoBySpuIdParam struct { // spuId SpuId int64 `json:"spu_id"` }
type SpuGetSpuInfoBySpuIdRequest ¶
type SpuGetSpuInfoBySpuIdRequest struct { doudian_sdk.BaseDoudianOpApiRequest Param *SpuGetSpuInfoBySpuIdParam }
func New ¶
func New() *SpuGetSpuInfoBySpuIdRequest
func (*SpuGetSpuInfoBySpuIdRequest) Execute ¶
func (c *SpuGetSpuInfoBySpuIdRequest) Execute(accessToken *doudian_sdk.AccessToken) (*spu_getSpuInfoBySpuId_response.SpuGetSpuInfoBySpuIdResponse, error)
func (*SpuGetSpuInfoBySpuIdRequest) GetParamObject ¶
func (c *SpuGetSpuInfoBySpuIdRequest) GetParamObject() interface{}
func (*SpuGetSpuInfoBySpuIdRequest) GetParams ¶
func (c *SpuGetSpuInfoBySpuIdRequest) GetParams() *SpuGetSpuInfoBySpuIdParam
func (*SpuGetSpuInfoBySpuIdRequest) GetUrlPath ¶
func (c *SpuGetSpuInfoBySpuIdRequest) GetUrlPath() string
Click to show internal directories.
Click to hide internal directories.