Documentation
¶
Index ¶
- type OrderKey
- type PayTimeRange
- type RequestGetOrder
- type RequestGetOrderList
- type RequestIsTradeManaged
- type RequestIsTradeManagementConfirmationCompleted
- type RequestNotifyConfirmReceive
- type RequestOpSpecialOrder
- type RequestSetMsgJumpPath
- type RequestUploadCombinedShippingInfo
- type RequestUploadShippingInfo
- type ShippingList
- type SubOrder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PayTimeRange ¶
type RequestGetOrder ¶
type RequestGetOrderList ¶
type RequestGetOrderList struct {
PayTimeRange *PayTimeRange `json:"pay_time_range,omitempty"`
OrderState int8 `json:"order_state,omitempty"`
OpenID string `json:"openid,omitempty"`
LastIndex string `json:"last_index,omitempty"`
PageSize int `json:"page_size,omitempty"`
}
type RequestIsTradeManaged ¶
type RequestIsTradeManaged struct {
AppID string `json:"appid"`
}
type RequestIsTradeManagementConfirmationCompleted ¶
type RequestIsTradeManagementConfirmationCompleted struct {
AppID string `json:"appid"`
}
type RequestNotifyConfirmReceive ¶
type RequestNotifyConfirmReceive struct {
TransactionID string `json:"transaction_id,omitempty"`
MerchantID string `json:"merchant_id,omitempty"`
SubMerchantID string `json:"sub_merchant_id,omitempty"`
MerchantTradeNo string `json:"merchant_trade_no,omitempty"`
ReceivedTime int `json:"received_time,omitempty"`
}
type RequestOpSpecialOrder ¶
type RequestSetMsgJumpPath ¶
type RequestSetMsgJumpPath struct {
Path string `json:"path"`
}
type RequestUploadShippingInfo ¶
type RequestUploadShippingInfo struct {
OrderKey OrderKey `json:"order_key"`
LogisticsType int8 `json:"logistics_type"`
DeliveryMode int8 `json:"delivery_mode"`
IsAllDelivered bool `json:"is_all_delivered,omitempty"`
ShippingList []ShippingList `json:"shipping_list"`
UploadTime string `json:"upload_time"`
Payer struct {
OpenID string `json:"openid"`
} `json:"payer"`
}
type ShippingList ¶
type ShippingList struct {
TrackingNo string `json:"tracking_no"`
ExpressCompany string `json:"express_company"`
ItemDesc string `json:"item_desc"`
Contact struct {
ConsignorContact string `json:"consignor_contact,omitempty"`
ReceiverContact string `json:"receiver_contact,omitempty"`
} `json:"contact"`
}
Click to show internal directories.
Click to hide internal directories.