Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ShopAreaCallbackRequest ¶
type ShopAreaCallbackRequest struct { /** * 取货门店id,即合作方向美团提供的门店id 注:测试门店的shop_id固定为 test_0001 ,仅用于对接时联调测试。 */ ShopId string `json:"shop_id"` /** * 配送服务代码,详情见合同 飞速达:4002 快速达:4011 及时达:4012 集中送:4013 */ DeliveryServiceCode int32 `json:"delivery_service_code"` }
func (*ShopAreaCallbackRequest) DoInvoke ¶
func (req *ShopAreaCallbackRequest) DoInvoke(client mtclient.MeituanClient) (*ShopAreaCallbackResponse, error)
type ShopAreaCallbackResponse ¶
type ShopAreaCallbackResponse struct { Code string `json:"code"` Msg string `json:"msg"` TraceId string `json:"traceId"` }
func (*ShopAreaCallbackResponse) IsSuccess ¶
func (response *ShopAreaCallbackResponse) IsSuccess() bool
Click to show internal directories.
Click to hide internal directories.