foodupdateappfoodcodebyorigin

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 FoodUpdateAppFoodCodeByOriginRequest

type FoodUpdateAppFoodCodeByOriginRequest struct {
	/**
	 *  原app_food_code, 为商品的服务商方的商品id
	 */
	AppFoodCodeOrigin string `json:"app_food_code_origin"`
	/**
	 *  新app_food_code, 为商品的服务商方的商品id,不同门店可以重复,同一门店内不能重复,最大长度128
	 */
	AppFoodCode string `json:"app_food_code"`
	/**
	 *  原sku_id, 为商品sku的唯一标示,如变更则必须
	 */
	SkuIdOrigin string `json:"sku_id_origin"`
	/**
	 *  新sku_id, 为商品sku的唯一标示,如变更则必须
	 */
	SkuId string `json:"sku_id"`
}

func (*FoodUpdateAppFoodCodeByOriginRequest) DoInvoke

type FoodUpdateAppFoodCodeByOriginResponse

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

func (*FoodUpdateAppFoodCodeByOriginResponse) IsSuccess

func (response *FoodUpdateAppFoodCodeByOriginResponse) IsSuccess() bool

Jump to

Keyboard shortcuts

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