提交代码
This commit is contained in:
@@ -80,6 +80,7 @@ const (
|
||||
// 校验状态常量
|
||||
const (
|
||||
VerifyStatusPending = "PENDING" // 待校验
|
||||
VerifyStatusReview = "REVIEW" // 嫌疑,需人工复核
|
||||
VerifyStatusVerified = "VERIFIED" // 校验通过
|
||||
VerifyStatusRejected = "REJECTED" // 校验不通过
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user