Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OrderCreateRequest ¶
type OrderCreateRequest struct { /** * 服务商订单标识 */ OrderIdentify string `json:"orderIdentify"` /** * 服务商门店标识 */ ShopIdentify string `json:"shopIdentify"` /** * 服务商关联商家品牌 */ BrandIdentify string `json:"brandIdentify"` /** * 服务商订单上需要在快驴订单上展示的信息组合 */ Remarks string `json:"remarks"` /** * 订单商品列表 */ GoodsList []GoodsList `json:"goodsList"` }
func (*OrderCreateRequest) DoInvoke ¶
func (req *OrderCreateRequest) DoInvoke(client mtclient.MeituanClient, appAuthToken string) (*OrderCreateResponse, error)
type OrderCreateResponse ¶
type OrderCreateResponse struct { Code string `json:"code"` Msg string `json:"msg"` TraceId string `json:"traceId"` }
func (*OrderCreateResponse) IsSuccess ¶
func (response *OrderCreateResponse) IsSuccess() bool
Click to show internal directories.
Click to hide internal directories.