Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeliveryHours ¶
type GroupDeliveryPoiDeliveryRuleBaseUpdateRequest ¶
type GroupDeliveryPoiDeliveryRuleBaseUpdateRequest struct { /** * 商家联系电话 */ ContactPhone string `json:"contactPhone"` /** * 是否支持配送 1:支持, 0:不支持 */ Deliverable int32 `json:"deliverable"` /** * 配送时间,结构同查询接口 */ DeliveryHours []DeliveryHours `json:"deliveryHours"` OrderPhone []PhoneDTO `json:"orderPhone"` OuterPoiId string `json:"outerPoiId"` }
func (*GroupDeliveryPoiDeliveryRuleBaseUpdateRequest) DoInvoke ¶
func (req *GroupDeliveryPoiDeliveryRuleBaseUpdateRequest) DoInvoke(client mtclient.MeituanClient, appAuthToken string) (*GroupDeliveryPoiDeliveryRuleBaseUpdateResponse, error)
type GroupDeliveryPoiDeliveryRuleBaseUpdateResponse ¶
type GroupDeliveryPoiDeliveryRuleBaseUpdateResponse struct { Code string `json:"code"` Msg string `json:"msg"` Data bool `json:"data"` TraceId string `json:"traceId"` }
func (*GroupDeliveryPoiDeliveryRuleBaseUpdateResponse) IsSuccess ¶
func (response *GroupDeliveryPoiDeliveryRuleBaseUpdateResponse) IsSuccess() bool
Click to show internal directories.
Click to hide internal directories.