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