实现基础的实名认证功能

This commit is contained in:
GoEdgeLab
2022-07-24 09:56:34 +08:00
parent c39a722364
commit 04f2969867
10 changed files with 3713 additions and 3405 deletions

View File

@@ -9,4 +9,6 @@ message File {
int64 size = 3;
int64 createdAt = 4;
bool isPublic = 5;
string mimeType = 6;
string type = 7;
}