用户列表中显示实名审核状态

This commit is contained in:
GoEdgeLab
2022-07-24 11:57:38 +08:00
parent 143398c10b
commit 2e67948e79
5 changed files with 3409 additions and 3204 deletions

View File

@@ -16,5 +16,5 @@ message UserIdentity {
int64 submittedAt = 10;
int64 rejectedAt = 11;
int64 verifiedAt = 12;
string rejectedReason = 13;
string rejectReason = 13;
}