Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BoxPrice ¶
type BoxPrice struct { BoxPriceDetail BoxPriceDetail `json:"boxPriceDetail"` /** * 打包费类型, 0为按商品收费, 1 为按订单收费, 2为按口袋收费 */ BoxPriceType int32 `json:"boxPriceType"` }
type BoxPriceDetail ¶
type BoxPriceDetail struct { /** * 打包费收取方式 1为按阶梯价格收费, 2为按一口价收费 */ BoxPriceRuleType int32 `json:"boxPriceRuleType"` /** * 一口价价格 */ FixedPrice float32 `json:"fixedPrice"` /** * 阶梯规则, 要求规则数量最少两条最多十条 */ BoxPriceRulesVoList []BoxPriceRulesVo `json:"boxPriceRulesVoList"` }
type BoxPriceRulesVo ¶
type WaimaiQueryBoxPricetypeAndDetailRequest ¶
type WaimaiQueryBoxPricetypeAndDetailRequest struct { }
func (*WaimaiQueryBoxPricetypeAndDetailRequest) DoInvoke ¶
func (req *WaimaiQueryBoxPricetypeAndDetailRequest) DoInvoke(client mtclient.MeituanClient, appAuthToken string) (*WaimaiQueryBoxPricetypeAndDetailResponse, error)
type WaimaiQueryBoxPricetypeAndDetailResponse ¶
type WaimaiQueryBoxPricetypeAndDetailResponse struct { Code string `json:"code"` Msg string `json:"msg"` Data BoxPrice `json:"data"` TraceId string `json:"traceId"` }
func (*WaimaiQueryBoxPricetypeAndDetailResponse) IsSuccess ¶
func (response *WaimaiQueryBoxPricetypeAndDetailResponse) IsSuccess() bool
Click to show internal directories.
Click to hide internal directories.