Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DishMappingRequest ¶
type DishMappingRequest struct { DishMappings string `json:"dishMappings"` OrderEntranceType int32 `json:"orderEntranceType"` }
func (*DishMappingRequest) DoInvoke ¶
func (req *DishMappingRequest) DoInvoke(client mtclient.MeituanClient, appAuthToken string) (*DishMappingResponse, error)
type DishMappingResponse ¶
type DishMappingResponse struct { Code string `json:"code"` Msg string `json:"msg"` Data string `json:"data"` TraceId string `json:"traceId"` }
func (*DishMappingResponse) IsSuccess ¶
func (response *DishMappingResponse) IsSuccess() bool
Click to show internal directories.
Click to hide internal directories.