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

This commit is contained in:
刘祥超
2022-07-24 11:57:38 +08:00
parent 70d864191e
commit a4b68cd21c
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;
}