zhongbaoshippingfeebycode

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 FailOrders

type FailOrders struct {
	/**
	 * 订单ID
	 */
	WmOrderId int64 `json:"wm_order_id"`
	/**
	 * 错误原因
	 */
	ErrorMsg string `json:"error_msg"`
}

type Result

type Result struct {
	/**
	 * 成功列表
	 */
	SuccessOrders []ResultData `json:"success_orders"`
	/**
	 * 失败列表
	 */
	FailOrders []FailOrders `json:"fail_orders"`
}

type ResultData

type ResultData struct {
	/**
	 * 订单ID
	 */
	WmOrderId int64 `json:"wm_order_id"`
	/**
	 * 配送费
	 */
	ShippingFee float64 `json:"shipping_fee"`
	/**
	 * 订单展示号
	 */
	WmOrderViewId int64 `json:"wm_order_view_id"`
	/**
	 * 配送费备注
	 */
	ShippingTips string `json:"shipping_tips"`
	/**
	 * 美团跑腿服务品牌code
	 */
	LogisticsCode string `json:"logistics_code"`
}

type ShippingFeeByCode

type ShippingFeeByCode struct {
	OrderId       string `json:"order_id"`
	LogisticsCode string `json:"logistics_code"`
}

type ZhongbaoShippingfeebycodeRequest

type ZhongbaoShippingfeebycodeRequest struct {
	OrderExtraList []ShippingFeeByCode `json:"orderExtraList"`
}

func (*ZhongbaoShippingfeebycodeRequest) DoInvoke

type ZhongbaoShippingfeebycodeResponse

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

func (*ZhongbaoShippingfeebycodeResponse) IsSuccess

func (response *ZhongbaoShippingfeebycodeResponse) IsSuccess() bool

Jump to

Keyboard shortcuts

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