batchupdatespubyid

package
v0.0.0-...-905ac7b Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2024 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BatchUpdateSpubyIdRequest

type BatchUpdateSpubyIdRequest struct {
	FoodData []WmProductSpu `json:"food_data"`
}

func (*BatchUpdateSpubyIdRequest) DoInvoke

type BatchUpdateSpubyIdResponse

type BatchUpdateSpubyIdResponse struct {
	Code    string `json:"code"`
	Msg     string `json:"msg"`
	Data    Data   `json:"data"`
	TraceId string `json:"traceId"`
}

func (*BatchUpdateSpubyIdResponse) IsSuccess

func (response *BatchUpdateSpubyIdResponse) IsSuccess() bool

type Data

type Data struct {
}

type WmProductSpu

type WmProductSpu struct {
	/**
	 *  商品真实id
	 */
	OriginSpuId int64 `json:"origin_spu_id"`
	/**
	 *  商品描述
	 */
	SpuDesc string `json:"spu_desc"`
	/**
	 *  商品图片(图片id/URL)
	 */
	SpuPicture string `json:"spu_picture"`
	/**
	 *  商品图片多图(图片id/URL),英文逗号隔开,最多5张。 注意: 1、如果spu_picture和spu_pictures都有值,则以spu_picture为第一张,spu_pictures从第二张开始生效; 2、如果仅spu_picture有值,则商品只有一张图片; 3、如果仅spu_pictures有值,则商品图片为spu_pictures生效; 4、如果2个字段都没有值,则商品无图。
	 */
	SpuPictures string `json:"spu_pictures"`
	/**
	 *  图文详情URL 英文逗号分隔不同图片链接 不同图片没有no排序,C端按照逗号分隔后的顺序展示
	 */
	SpuLongPictures string `json:"spu_longPictures"`
}

Jump to

Keyboard shortcuts

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