response

package
v3.4.34 Latest Latest
Warning

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

Go to latest
Published: Nov 4, 2025 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Contact

type Contact struct {
	ConsignorContact string `json:"consignor_contact"`
	ReceiverContact  string `json:"receiver_contact"`
}

type Order

type Order struct {
	TransactionID   string   `json:"transaction_id"`
	MerchantID      string   `json:"merchant_id"`
	SubMerchantID   string   `json:"sub_merchant_id"`
	MerchantTradeNo string   `json:"merchant_trade_no"`
	Description     string   `json:"description"`
	PaidAmount      int      `json:"paid_amount"`
	OpenID          string   `json:"openid"`
	TradeCreateTime int      `json:"trade_create_time"`
	PayTime         int      `json:"pay_time"`
	OrderState      int8     `json:"order_state"`
	InComplaint     bool     `json:"in_complaint"`
	Shipping        Shipping `json:"shipping"`
}

type ResponseGetOrder

type ResponseGetOrder struct {
	response.ResponseMiniProgram
	Order Order `json:"order"`
}

type ResponseGetOrderList

type ResponseGetOrderList struct {
	response.ResponseMiniProgram
	LastIndex string  `json:"last_index"`
	HasMore   bool    `json:"has_more"`
	OrderList []Order `json:"order_list"`
}

type ResponseIsTradeManaged

type ResponseIsTradeManaged struct {
	response.ResponseMiniProgram
	IsTradeManaged bool `json:"is_trade_managed"`
}

type ResponseIsTradeManagementConfirmationCompleted

type ResponseIsTradeManagementConfirmationCompleted struct {
	response.ResponseMiniProgram
	Completed bool `json:"completed"`
}

type ResponseNotifyConfirmReceive

type ResponseNotifyConfirmReceive struct {
}

type ResponseOpSpecialOrder

type ResponseOpSpecialOrder struct {
	response.ResponseMiniProgram
}

type ResponseSetMsgJumpPath

type ResponseSetMsgJumpPath struct {
	response.ResponseMiniProgram
}

type ResponseUploadCombinedShippingInfo

type ResponseUploadCombinedShippingInfo struct {
	response.ResponseMiniProgram
}

type ResponseUploadShippingInfo

type ResponseUploadShippingInfo struct {
	response.ResponseMiniProgram
}

type Shipping

type Shipping struct {
	DeliveryMode        int8           `json:"delivery_mode"`
	LogisticsType       int8           `json:"logistics_type"`
	FinishShipping      bool           `json:"finish_shipping"`
	GoodsDesc           string         `json:"goods_desc"`
	FinishShippingCount int8           `json:"finish_shipping_count"`
	ShippingList        []ShippingList `json:"shipping_list"`
}

type ShippingList

type ShippingList struct {
	TrackingNo     string  `json:"tracking_no"`
	ExpressCompany string  `json:"express_company"`
	GoodsDesc      string  `json:"goods_desc"`
	UploadTime     int     `json:"upload_time"`
	Contact        Contact `json:"contact"`
}

Jump to

Keyboard shortcuts

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