修改绑定邮箱接口返回登录凭证,优化用户数据迁移流程 添加用户缓存清理逻辑,确保设备绑定后数据一致性 完善邮箱验证和绑定逻辑的注释和错误处理
This commit is contained in:
@@ -209,7 +209,7 @@ service ppanel {
|
||||
|
||||
@doc "Bind Email With Password"
|
||||
@handler BindEmailWithPassword
|
||||
post /bind_email_with_password (BindEmailWithPasswordRequest)
|
||||
post /bind_email_with_password (BindEmailWithPasswordRequest) returns (LoginResponse)
|
||||
|
||||
@doc "Bind Invite Code"
|
||||
@handler BindInviteCode
|
||||
|
||||
Reference in New Issue
Block a user