feat: 腾讯云证书clb支持与删除

This commit is contained in:
xiaojunnuo
2020-12-28 00:22:12 +08:00
parent 25dae3d1ec
commit 43e90503ca
10 changed files with 365 additions and 49 deletions

View File

@@ -9,7 +9,7 @@ export class AbstractTencentPlugin extends AbstractPlugin {
}
checkRet (ret) {
if (ret && ret.Error) {
if (!ret || ret.Error) {
throw new Error('执行失败:' + ret.Error.Code + ',' + ret.Error.Message)
}
}