foodskudelete

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 FoodSkuDeleteRequest

type FoodSkuDeleteRequest struct {
	/**
	 *  服务商方的菜品id, 最大长度128,不同门店可以重复,同一门店内不能重复
	 */
	AppFoodCode string `json:"app_food_code"`
	/**
	 *  服务商方的菜品sku_id
	 */
	SkuId string `json:"sku_id"`
}

func (*FoodSkuDeleteRequest) DoInvoke

func (req *FoodSkuDeleteRequest) DoInvoke(client mtclient.MeituanClient, appAuthToken string) (*FoodSkuDeleteResponse, error)

type FoodSkuDeleteResponse

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

func (*FoodSkuDeleteResponse) IsSuccess

func (response *FoodSkuDeleteResponse) IsSuccess() bool

Jump to

Keyboard shortcuts

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