修改绑定邮箱接口返回登录凭证,优化用户数据迁移流程 添加用户缓存清理逻辑,确保设备绑定后数据一致性 完善邮箱验证和绑定逻辑的注释和错误处理
This commit is contained in:
@@ -172,8 +172,8 @@ func bindEmailWithPassword(serverURL, secret, token, email, password, userAgent
|
||||
|
||||
func main() {
|
||||
secret := "c0qhq99a-nq8h-ropg-wrlc-ezj4dlkxqpzx"
|
||||
serverURL := "http://localhost:8080"
|
||||
identifier := "AP4A.241205.013"
|
||||
serverURL := "http://127.0.0.1:8080"
|
||||
identifier := "AP4A.241205.A17"
|
||||
userAgent := "ppanel-go-test/1.0"
|
||||
|
||||
plain := map[string]interface{}{
|
||||
|
||||
Reference in New Issue
Block a user