实现用户审核功能

This commit is contained in:
刘祥超
2022-01-05 10:44:58 +08:00
parent 6eec55f3c3
commit 36974e3eb4
7 changed files with 882 additions and 461 deletions

View File

@@ -16,6 +16,11 @@ message User {
string remark = 7;
bool isOn = 8;
int64 createdAt = 9;
string registeredIP = 12;
bool isVerified = 13;
bool isRejected = 14;
string rejectReason = 15;
NodeCluster nodeCluster = 10;
repeated UserFeature features = 11;
}