拆分 OAuth 后置验证流程

This commit is contained in:
QLHazyCoder
2026-05-15 23:03:02 +08:00
parent 4c2ab31b07
commit 3f3f9275cc
26 changed files with 1578 additions and 584 deletions
+1 -1
View File
@@ -40,5 +40,5 @@ test('phone sms provider registry normalizes ids, order and labels consistently'
registry.createProvider('5sim', { foo: 1 }),
{ provider: '5sim', deps: { foo: 1 } }
);
assert.throws(() => registry.createProvider('nexsms'), /Phone SMS provider module is not loaded: nexsms/);
assert.throws(() => registry.createProvider('nexsms'), /接码平台模块未加载:nexsms/);
});