1
This commit is contained in:
11
common/const/enum/otc_merchantstatus/otc_merchantstatus.go
Normal file
11
common/const/enum/otc_merchantstatus/otc_merchantstatus.go
Normal file
@ -0,0 +1,11 @@
|
||||
package otc_merchantstatus
|
||||
|
||||
// otc商家状态:1 申请中,3 不通过,5 正常,7 已禁用,9 已解除认证
|
||||
const (
|
||||
Applying = 1 // 申请中
|
||||
Fail = 3 // 不通过
|
||||
Normal = 5 // 正常
|
||||
Disabled = 7 // 已禁用
|
||||
Revoked = 9 // 已解除认证
|
||||
BondNoEnough = 11 // 保证金不足
|
||||
)
|
||||
Reference in New Issue
Block a user