相关接口增加实名认证参数

This commit is contained in:
GoEdgeLab
2022-07-24 11:29:28 +08:00
parent 373a5683b7
commit 143398c10b
4 changed files with 3152 additions and 3126 deletions

View File

@@ -21,6 +21,8 @@ message User {
bool isRejected = 14;
string rejectReason = 15;
bool isDeleted = 16;
bool isIndividualIdentified = 17;
bool isEnterpriseIdentified = 18;
NodeCluster nodeCluster = 10;
repeated UserFeature features = 11;