Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OrderFoodslowAppealRequest ¶
type OrderFoodslowAppealRequest struct { /** * 订单ID(订单展示号或者真实号) */ OrderId int64 `json:"orderId"` /** * 图片地址url,多个以英文逗号间隔 如果 appeal_type为1,图片不能为空 */ AppealPictures string `json:"appealPictures"` /** * 商家申诉的类型 1.提交照片申诉 2.餐已经被骑手取走 */ AppealType int32 `json:"appealType"` }
func (*OrderFoodslowAppealRequest) DoInvoke ¶
func (req *OrderFoodslowAppealRequest) DoInvoke(client mtclient.MeituanClient, appAuthToken string) (*OrderFoodslowAppealResponse, error)
type OrderFoodslowAppealResponse ¶
type OrderFoodslowAppealResponse struct { Code string `json:"code"` Msg string `json:"msg"` /** * 操作结果 */ Data string `json:"data"` TraceId string `json:"traceId"` }
func (*OrderFoodslowAppealResponse) IsSuccess ¶
func (response *OrderFoodslowAppealResponse) IsSuccess() bool
Click to show internal directories.
Click to hide internal directories.