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

This commit is contained in:
GoEdgeLab
2022-12-08 20:25:20 +08:00
parent 07cd615d8f
commit 204ff17c5d
3 changed files with 116 additions and 6 deletions

View File

@@ -97,6 +97,7 @@ func (this *UserAction) RunGet(params struct {
"username": user.Username,
"fullname": user.Fullname,
"email": user.Email,
"verifiedEmail": user.VerifiedEmail,
"tel": user.Tel,
"remark": user.Remark,
"mobile": user.Mobile,