spu_batchUploadImg_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 ImageUrlListItem

type ImageUrlListItem struct {
	// 图片名
	Name string `json:"name"`
	// 公网可访问URL
	Url string `json:"url"`
}

type SpuBatchUploadImgParam

type SpuBatchUploadImgParam struct {
	// 图片列表
	ImageUrlList []ImageUrlListItem `json:"image_url_list"`
}

type SpuBatchUploadImgRequest

type SpuBatchUploadImgRequest struct {
	doudian_sdk.BaseDoudianOpApiRequest
	Param *SpuBatchUploadImgParam
}

func New

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 (*SpuBatchUploadImgRequest) GetUrlPath

func (c *SpuBatchUploadImgRequest) GetUrlPath() string

Jump to

Keyboard shortcuts

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