Documentation
¶
Index ¶
Constants ¶
View Source
const ( RefundStatusPending = iota RefundStatusProcessing RefundStatusCompleted RefundStatusRejected )
退款常量
View Source
const ( TRADE_WAIT_PAY = iota // 待支付 TRADE_PAYED // 已支付/待发货 TRADE_RECEIVING // 待收货 TRADE_DONE // 已完成 TRADE_CANCEL // 已取消 TRADE_TIMEOUT // 订单超时 REFUND_TOWARD // 退款中 TRADE_REFUNDED // 已退款 )
订单状态常量
View Source
const ( PAY_DEFAULT = iota PAY_ALIPAY PAY_WE_CHAT )
支付类型常量
View Source
const ( NOT_EVALUATED = false EVALUATED = true )
View Source
const ( ORDER_DEFAULT = iota SEC_KILL )
View Source
const ( REFUND_AUDIT = iota //审核中 REFUND_PROCESSING //处理中 REFUND_COMPLETED //已完成 REFUND_REJECTED //已拒绝 )
View Source
const ( ORDER_REFUND_DEFAULT = iota No_REFUND_REQUESTED REQUEST_A_REFUND REFUND_REJECTION )
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.