修复mock验证码

This commit is contained in:
yml2213
2026-07-29 16:32:21 +08:00
parent 88d74aca7d
commit e5309cdf23
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ func (p *MockProvider) SendLoginCode(ctx context.Context, phone string, code str
return err
}
if p.log != nil {
p.log.Debug("调试短信验证码", zap.String("phone", maskPhone(phone)), zap.String("code", code))
p.log.Info("本地短信验证码", zap.String("phone", maskPhone(phone)), zap.String("code", code))
}
return nil
}