Documentation
¶
Index ¶
- type Contact
- type Order
- type ResponseGetOrder
- type ResponseGetOrderList
- type ResponseIsTradeManaged
- type ResponseIsTradeManagementConfirmationCompleted
- type ResponseNotifyConfirmReceive
- type ResponseOpSpecialOrder
- type ResponseSetMsgJumpPath
- type ResponseUploadCombinedShippingInfo
- type ResponseUploadShippingInfo
- type Shipping
- type ShippingList
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.