Documentation
¶
Index ¶
- type ProductDatchDelComponentTemplateParam
- type ProductDatchDelComponentTemplateRequest
- func (c *ProductDatchDelComponentTemplateRequest) Execute(accessToken *doudian_sdk.AccessToken) (...)
- func (c *ProductDatchDelComponentTemplateRequest) GetParamObject() interface{}
- func (c *ProductDatchDelComponentTemplateRequest) GetParams() *ProductDatchDelComponentTemplateParam
- func (c *ProductDatchDelComponentTemplateRequest) GetUrlPath() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProductDatchDelComponentTemplateParam ¶
type ProductDatchDelComponentTemplateParam struct { // 模板ID TemplateId []int64 `json:"template_id"` }
type ProductDatchDelComponentTemplateRequest ¶
type ProductDatchDelComponentTemplateRequest struct { doudian_sdk.BaseDoudianOpApiRequest Param *ProductDatchDelComponentTemplateParam }
func New ¶
func New() *ProductDatchDelComponentTemplateRequest
func (*ProductDatchDelComponentTemplateRequest) Execute ¶
func (c *ProductDatchDelComponentTemplateRequest) Execute(accessToken *doudian_sdk.AccessToken) (*product_datchDelComponentTemplate_response.ProductDatchDelComponentTemplateResponse, error)
func (*ProductDatchDelComponentTemplateRequest) GetParamObject ¶
func (c *ProductDatchDelComponentTemplateRequest) GetParamObject() interface{}
func (*ProductDatchDelComponentTemplateRequest) GetParams ¶
func (c *ProductDatchDelComponentTemplateRequest) GetParams() *ProductDatchDelComponentTemplateParam
func (*ProductDatchDelComponentTemplateRequest) GetUrlPath ¶
func (c *ProductDatchDelComponentTemplateRequest) GetUrlPath() string
Click to show internal directories.
Click to hide internal directories.