Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProductCreateComponentTemplateV2Data ¶
type ProductCreateComponentTemplateV2Data struct { // 模板ID TemplateId int64 `json:"template_id"` }
type ProductCreateComponentTemplateV2Response ¶
type ProductCreateComponentTemplateV2Response struct { doudian_sdk.BaseDoudianOpApiResponse Data *ProductCreateComponentTemplateV2Data `json:"data"` }
Click to show internal directories.
Click to hide internal directories.