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
Click to show internal directories.
Click to hide internal directories.