重置密码

This commit is contained in:
eson
2023-08-11 17:39:18 +08:00
parent 9664271474
commit ae07370214
16 changed files with 275 additions and 55 deletions

View File

@@ -11,7 +11,7 @@ func TestGCM(t *testing.T) {
token := &auth.RegisterToken{
OperateType: auth.OpTypeRegister,
Password: "fusen_password",
WId: 123,
Wid: "123",
}
key := "fusen123321"
@@ -31,7 +31,7 @@ func BenchmarkCRT(b *testing.B) {
token := &auth.RegisterToken{
OperateType: auth.OpTypeRegister,
Password: "fusen_password",
WId: 123,
Wid: "123",
}
key := "fusen123321"
@@ -52,7 +52,7 @@ func BenchmarkGCM(b *testing.B) {
token := &auth.RegisterToken{
OperateType: auth.OpTypeRegister,
Password: "fusen_password",
WId: 123,
Wid: "123",
}
key := "fusen123321"
@@ -72,7 +72,7 @@ func TestCRT(t *testing.T) {
token := &auth.RegisterToken{
OperateType: auth.OpTypeRegister,
Password: "fusen_password",
WId: 123,
Wid: "123",
}
key := "fusen123321"