Versions in this module Expand all Collapse all v1 v1.0.2 Nov 27, 2023 v1.0.0 Nov 7, 2023 Changes in this version + type PrettifyPicDataListItem struct + Name string + PrettifyPicDataText *PrettifyPicDataText + type PrettifyPicDataText struct + BackgroundColor *string + FontColor *string + FontSize *int64 + Text string + TextAlign *string + type ProductBatchCreatePrettifyPicParam struct + PrettifyPicDataList []PrettifyPicDataListItem + type ProductBatchCreatePrettifyPicRequest struct + Param *ProductBatchCreatePrettifyPicParam + func New() *ProductBatchCreatePrettifyPicRequest + func (c *ProductBatchCreatePrettifyPicRequest) Execute(accessToken *doudian_sdk.AccessToken) (*product_batchCreatePrettifyPic_response.ProductBatchCreatePrettifyPicResponse, ...) + func (c *ProductBatchCreatePrettifyPicRequest) GetParamObject() interface{} + func (c *ProductBatchCreatePrettifyPicRequest) GetParams() *ProductBatchCreatePrettifyPicParam + func (c *ProductBatchCreatePrettifyPicRequest) GetUrlPath() string