spu_batchUploadImg_response

package
v1.0.8 Latest Latest
Warning

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

Go to latest
Published: Dec 25, 2022 License: MulanPSL-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FailedListItem

type FailedListItem struct {
	// 图片名
	Name string `json:"name"`
	// 入参URL
	OriginUrl string `json:"origin_url"`
	// 失败错误码
	ErrCode int32 `json:"err_code"`
	// 失败原因
	ErrMsg string `json:"err_msg"`
}

type SpuBatchUploadImgData

type SpuBatchUploadImgData struct {
	// 成功列表
	SuccessList []SuccessListItem `json:"success_list"`
	// 失败列表
	FailedList []FailedListItem `json:"failed_list"`
}

type SpuBatchUploadImgResponse

type SpuBatchUploadImgResponse struct {
	doudian_sdk.BaseDoudianOpApiResponse
	Data *SpuBatchUploadImgData `json:"data"`
}

type SuccessListItem

type SuccessListItem struct {
	// 图片名称
	Name string `json:"name"`
	// 入参URL
	OriginUrl string `json:"origin_url"`
	// 抖店SPU专用URL
	SpuUrl string `json:"spu_url"`
}

Jump to

Keyboard shortcuts

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