Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FailedListItem ¶
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 ¶
Click to show internal directories.
Click to hide internal directories.