This commit is contained in:
moyin
2025-12-18 14:12:45 +08:00
4 changed files with 24 additions and 20 deletions

View File

@@ -377,7 +377,7 @@ describe('VerificationService', () => {
it('应该返回存在的验证码统计信息', async () => {
const codeInfo = {
code: '123456',
createdAt: Date.now(),
createdAt: 1766035834340,
attempts: 1,
maxAttempts: 3,
};