1
This commit is contained in:
8
common/const/enum/otc_appealstatus/otc_appealstatus.go
Normal file
8
common/const/enum/otc_appealstatus/otc_appealstatus.go
Normal file
@ -0,0 +1,8 @@
|
||||
package otc_appealstatus
|
||||
|
||||
// otc仲裁状态
|
||||
const (
|
||||
Not = 1 // 未仲裁
|
||||
BuyerWin = 3 // 买家胜,放行
|
||||
SellerWin = 5 // 卖家胜,取消订单
|
||||
)
|
||||
Reference in New Issue
Block a user