实现用户审核功能

This commit is contained in:
GoEdgeLab
2022-01-05 10:44:58 +08:00
parent e9066d8da0
commit 052efe697d
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;
}