mirror of
https://github.com/certd/certd.git
synced 2026-06-27 14:07:33 +08:00
chore: 完善第三方依赖动态加载
This commit is contained in:
@@ -72,7 +72,9 @@ export class TencentSmsService implements ISmsService {
|
||||
this.ctx = ctx;
|
||||
if (this.ctx.runtimeDepsService) {
|
||||
await this.ctx.runtimeDepsService.ensureDependencies({
|
||||
"tencentcloud-sdk-nodejs": "^4.1.112",
|
||||
dependencies: {
|
||||
"tencentcloud-sdk-nodejs": "^4.1.112",
|
||||
},
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user