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

This commit is contained in:
刘祥超
2022-12-08 20:26:20 +08:00
parent 44a3952f05
commit ce7911c3fe
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;