Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SpuGetSpuTplParam ¶
type SpuGetSpuTplParam struct { // 类目id CategoryId int64 `json:"category_id"` }
type SpuGetSpuTplRequest ¶
type SpuGetSpuTplRequest struct { doudian_sdk.BaseDoudianOpApiRequest Param *SpuGetSpuTplParam }
func New ¶
func New() *SpuGetSpuTplRequest
func (*SpuGetSpuTplRequest) Execute ¶
func (c *SpuGetSpuTplRequest) Execute(accessToken *doudian_sdk.AccessToken) (*spu_getSpuTpl_response.SpuGetSpuTplResponse, error)
func (*SpuGetSpuTplRequest) GetParamObject ¶
func (c *SpuGetSpuTplRequest) GetParamObject() interface{}
func (*SpuGetSpuTplRequest) GetParams ¶
func (c *SpuGetSpuTplRequest) GetParams() *SpuGetSpuTplParam
func (*SpuGetSpuTplRequest) GetUrlPath ¶
func (c *SpuGetSpuTplRequest) GetUrlPath() string
Click to show internal directories.
Click to hide internal directories.