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