actdiscountdelete

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 ActDiscountDeleteRequest

type ActDiscountDeleteRequest struct {
	/**
	 *  APP方商品id,删除商品数量上限为100,若需删除门店中的多个商品折扣活动,请用半角逗号分隔。
	 */
	AppFoodCodes string `json:"appFoodCodes"`
}

func (*ActDiscountDeleteRequest) DoInvoke

func (req *ActDiscountDeleteRequest) DoInvoke(client mtclient.MeituanClient, appAuthToken string) (*ActDiscountDeleteResponse, error)

type ActDiscountDeleteResponse

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

func (*ActDiscountDeleteResponse) IsSuccess

func (response *ActDiscountDeleteResponse) IsSuccess() bool

Jump to

Keyboard shortcuts

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