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