groupdeliverypoideliveryrulebaseupdate

package
v0.0.0-...-905ac7b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 29, 2024 License: GPL-3.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DeliveryHours

type DeliveryHours struct {
	BeginTime string `json:"beginTime"`
	EndTime   string `json:"endTime"`
}

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

type GroupDeliveryPoiDeliveryRuleBaseUpdateResponse

type GroupDeliveryPoiDeliveryRuleBaseUpdateResponse struct {
	Code    string `json:"code"`
	Msg     string `json:"msg"`
	Data    bool   `json:"data"`
	TraceId string `json:"traceId"`
}

func (*GroupDeliveryPoiDeliveryRuleBaseUpdateResponse) IsSuccess

type PhoneDTO

type PhoneDTO struct {
	PhoneNumber string `json:"phoneNumber"`
	PhoneType   int32  `json:"phoneType"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL