Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OrderEtaModifyAgreeRequest ¶
type OrderEtaModifyAgreeRequest struct {
OrderId string `json:"orderId"`
}
func (*OrderEtaModifyAgreeRequest) DoInvoke ¶
func (req *OrderEtaModifyAgreeRequest) DoInvoke(client mtclient.MeituanClient, appAuthToken string) (*OrderEtaModifyAgreeResponse, error)
type OrderEtaModifyAgreeResponse ¶
type OrderEtaModifyAgreeResponse struct { Code string `json:"code"` Msg string `json:"msg"` /** * 同意订单eta修改是否成功 */ Data bool `json:"data"` TraceId string `json:"traceId"` }
func (*OrderEtaModifyAgreeResponse) IsSuccess ¶
func (response *OrderEtaModifyAgreeResponse) IsSuccess() bool
Click to show internal directories.
Click to hide internal directories.