fix(备份域名): 修复code2session的备份域名逻辑,支持配置多个备份域名列表 (#73)

This commit is contained in:
Ivin Wu
2023-05-15 15:15:43 +08:00
committed by GitHub
parent dbcccbaa78
commit 11404bb4bb
11 changed files with 108 additions and 58 deletions

View File

@@ -24,7 +24,7 @@ export interface IInitOption {
errorHandler?: Function | null;
beforeSend?: Function | null;
systemErrorHandler?: Function | null;
backupDomain?: string;
backupDomainList?: IAnyObject;
backupDomainEnableCallback?: Function;
}
export interface ICodeToSessionOptions {