Documentation ¶
Index ¶
Constants ¶
View Source
const ( TradeNotPay = 0 TradeSuccess = 1 TradeClosed = 2 TradeRefundErr = 3 TradeRefundSuc = 4 )
View Source
const ( RefundPROCESSING = 0 // PROCESSING RefundSuccess = 1 //"SUCCESS" RefundClosed = 2 //"CLOSED" RefundAbnormal = 3 //"ABNORMAL" )
View Source
const ( RaUnhandled = 0 // 未处理 RaReturning = 1 // 退货中 RaReturned = 2 // 已收货完成 RaRejected = 3 // 已拒绝 RaRefunding = 4 // 退款ing RaRefunded = 5 // 已退款 RaRefundErr = 6 // 退款异常 RaClosed = 7 // 已取消 )
View Source
const ( StatusOrdered = 0 StatusUnpaid = 1 StatusPaid = 2 StatusUnshipped = 3 StatusShipping = 4 StatusShipped = 5 StatusConfirmed = 6 StatusUnrated = 7 StatusRated = 8 StatusCompleted = 9 StatusCanceled = 10 StatusClosed = 11 StatusDeleted = 12 StatusReturning = 13 StatusReturned = 14 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.