1
This commit is contained in:
9
common/const/enum/otc_orderstatus/otc_orderstatus.go
Normal file
9
common/const/enum/otc_orderstatus/otc_orderstatus.go
Normal file
@ -0,0 +1,9 @@
|
||||
package otc_orderstatus
|
||||
|
||||
const (
|
||||
UnPay = 1 // 未付款
|
||||
WaitMoney = 3 // 待放币
|
||||
Complete = 5 // 已完成
|
||||
Complain = 7 // 申诉中
|
||||
Cancel = 9 // 已取消
|
||||
)
|
||||
Reference in New Issue
Block a user