初步完成用户电子邮箱绑定(激活)

This commit is contained in:
GoEdgeLab
2022-12-08 20:26:20 +08:00
parent af2592b531
commit 4d5d85cced
15 changed files with 2208 additions and 733 deletions

View File

@@ -14,6 +14,7 @@ message User {
string mobile = 4;
string tel = 5;
string email = 6;
string verifiedEmail = 20;
string remark = 7;
bool isOn = 8;
int64 createdAt = 9;