product_editComponentTemplate_request

package
v1.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 27, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ProductEditComponentTemplateParam

type ProductEditComponentTemplateParam struct {
	// 模板ID
	TemplateId int64 `json:"template_id"`
	// 模板名称
	TemplateName *string `json:"template_name"`
	// 模板数据json
	ComponentData *string `json:"component_data"`
	// 是否为公有模板(多个商品可共用)
	Shareable *bool `json:"shareable"`
}

type ProductEditComponentTemplateRequest

type ProductEditComponentTemplateRequest struct {
	doudian_sdk.BaseDoudianOpApiRequest
	Param *ProductEditComponentTemplateParam
}

func (*ProductEditComponentTemplateRequest) Execute

func (c *ProductEditComponentTemplateRequest) Execute(accessToken *doudian_sdk.AccessToken) (*product_editComponentTemplate_response.ProductEditComponentTemplateResponse, error)

func (*ProductEditComponentTemplateRequest) GetParamObject

func (c *ProductEditComponentTemplateRequest) GetParamObject() interface{}

func (*ProductEditComponentTemplateRequest) GetParams

func (*ProductEditComponentTemplateRequest) GetUrlPath

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL