feat(flow): unify sms multi-provider fallback and stabilize proxy/auth retries

This commit is contained in:
daniellee2015
2026-05-03 01:20:10 +08:00
parent 99313843c1
commit 2437e6e67d
37 changed files with 12254 additions and 1142 deletions
+6
View File
@@ -51,4 +51,10 @@ assert.strictEqual(
'真实业务错误不应被误判为可重试传输错误'
);
assert.strictEqual(
api.isRetryableContentScriptTransportError(new Error('TypeError: Failed to fetch')),
true,
'Failed to fetch 应进入可重试传输错误分支'
);
console.log('step8 state timeout retry tests passed');