logistics_fetchBluetoothCmd_response

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Nov 27, 2023 License: Apache-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"`
	// 错误code
	ErrCode int32 `json:"err_code"`
	// 错误msg
	ErrMsg string `json:"err_msg"`
}

type LogisticsFetchBluetoothCmdData

type LogisticsFetchBluetoothCmdData struct {
	// 运单的打印指令
	WaybillInfos []WaybillInfosItem `json:"waybill_infos"`
	// 错误信息
	ErrInfos []ErrInfosItem `json:"err_infos"`
}

type LogisticsFetchBluetoothCmdResponse

type LogisticsFetchBluetoothCmdResponse struct {
	doudian_sdk.BaseDoudianOpApiResponse
	Data *LogisticsFetchBluetoothCmdData `json:"data"`
}

type WaybillInfosItem

type WaybillInfosItem struct {
	// 运单号
	TrackNo string `json:"track_no"`
	// 打印指令
	PrintData string `json:"print_data"`
}

Jump to

Keyboard shortcuts

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