Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AreaQueryData ¶
type AreaQueryData struct { /** * 门店配送范围 */ Scope string `json:"scope"` }
type AreaQueryRequest ¶
type AreaQueryRequest struct { /** * 配送服务代码 */ DeliveryServiceCode int32 `json:"delivery_service_code"` /** * 取货门店id */ ShopId string `json:"shop_id"` }
func (*AreaQueryRequest) DoInvoke ¶
func (req *AreaQueryRequest) DoInvoke(client mtclient.MeituanClient) (*AreaQueryResponse, error)
type AreaQueryResponse ¶
type AreaQueryResponse struct { Code string `json:"code"` Msg string `json:"msg"` Data AreaQueryData `json:"data"` TraceId string `json:"traceId"` }
func (*AreaQueryResponse) IsSuccess ¶
func (response *AreaQueryResponse) IsSuccess() bool
Click to show internal directories.
Click to hide internal directories.