Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TableDeleteRequest ¶
type TableDeleteRequest struct { /** * 桌位的tableId */ TableId string `json:"tableId"` }
func (*TableDeleteRequest) DoInvoke ¶
func (req *TableDeleteRequest) DoInvoke(client mtclient.MeituanClient, appAuthToken string) (*TableDeleteResponse, error)
type TableDeleteResponse ¶
type TableDeleteResponse struct { Code string `json:"code"` Msg string `json:"msg"` /** * 返回的数据 */ Data string `json:"data"` TraceId string `json:"traceId"` }
func (*TableDeleteResponse) IsSuccess ¶
func (response *TableDeleteResponse) IsSuccess() bool
Click to show internal directories.
Click to hide internal directories.