logistics_waybillApply_response

package
v1.0.8 Latest Latest
Warning

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

Go to latest
Published: Dec 25, 2022 License: MulanPSL-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ErrInfosItem

type ErrInfosItem struct {
	// 运单号
	TrackNo string `json:"track_no"`
	// 订单号
	OrderId string `json:"order_id"`
	// 错误码
	ErrCode int32 `json:"err_code"`
	// 错误信息
	ErrMsg string `json:"err_msg"`
}

type LogisticsWaybillApplyData

type LogisticsWaybillApplyData struct {
	// 正常返回结构体
	WaybillInfos []WaybillInfosItem `json:"waybill_infos"`
	// 错误返回结构体
	ErrInfos []ErrInfosItem `json:"err_infos"`
}

type LogisticsWaybillApplyResponse

type LogisticsWaybillApplyResponse struct {
	doudian_sdk.BaseDoudianOpApiResponse
	Data *LogisticsWaybillApplyData `json:"data"`
}

type WaybillInfosItem

type WaybillInfosItem struct {
	// 订单号
	OrderId string `json:"order_id"`
	// 运单号
	TrackNo string `json:"track_no"`
	// 加密的面单数据
	PrintData string `json:"print_data"`
	// 签名信息
	Sign string `json:"sign"`
}

Jump to

Keyboard shortcuts

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