Documentation
¶
Index ¶
- type ImageUrlListItem
- type SpuBatchUploadImgParam
- type SpuBatchUploadImgRequest
- func (c *SpuBatchUploadImgRequest) Execute(accessToken *doudian_sdk.AccessToken) (*spu_batchUploadImg_response.SpuBatchUploadImgResponse, error)
- func (c *SpuBatchUploadImgRequest) GetParamObject() interface{}
- func (c *SpuBatchUploadImgRequest) GetParams() *SpuBatchUploadImgParam
- func (c *SpuBatchUploadImgRequest) GetUrlPath() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImageUrlListItem ¶
type SpuBatchUploadImgParam ¶
type SpuBatchUploadImgParam struct { // 图片列表 ImageUrlList []ImageUrlListItem `json:"image_url_list"` }
type SpuBatchUploadImgRequest ¶
type SpuBatchUploadImgRequest struct { doudian_sdk.BaseDoudianOpApiRequest Param *SpuBatchUploadImgParam }
func New ¶
func New() *SpuBatchUploadImgRequest
func (*SpuBatchUploadImgRequest) Execute ¶
func (c *SpuBatchUploadImgRequest) Execute(accessToken *doudian_sdk.AccessToken) (*spu_batchUploadImg_response.SpuBatchUploadImgResponse, error)
func (*SpuBatchUploadImgRequest) GetParamObject ¶
func (c *SpuBatchUploadImgRequest) GetParamObject() interface{}
func (*SpuBatchUploadImgRequest) GetParams ¶
func (c *SpuBatchUploadImgRequest) GetParams() *SpuBatchUploadImgParam
func (*SpuBatchUploadImgRequest) GetUrlPath ¶
func (c *SpuBatchUploadImgRequest) GetUrlPath() string
Click to show internal directories.
Click to hide internal directories.