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