mirror of
https://github.com/certd/certd.git
synced 2026-07-25 04:57:34 +08:00
chore: 完善第三方依赖动态加载
This commit is contained in:
@@ -55,7 +55,7 @@ export class AliyunSslClient {
|
||||
|
||||
async getClient() {
|
||||
const access = this.opts.access;
|
||||
const client = new AliyunClient({ logger: this.opts.logger });
|
||||
const client = new AliyunClient({ logger: this.opts.logger, importRuntime: access.importRuntime.bind(access) });
|
||||
|
||||
let endpoint = this.opts.endpoint || "cas.aliyuncs.com";
|
||||
if (this.opts.endpoint == null && this.opts.region) {
|
||||
|
||||
Reference in New Issue
Block a user