tabledelete

package
v0.0.0-...-905ac7b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 29, 2024 License: GPL-3.0 Imports: 4 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL