mirror of
https://github.com/certd/certd.git
synced 2026-04-24 04:17:25 +08:00
pref: 日志中加密授权信息输出替换成星号
This commit is contained in:
@@ -71,7 +71,7 @@ export class WoaiCdnPlugin extends AbstractTaskPlugin {
|
||||
|
||||
async execute(): Promise<void> {
|
||||
const { baseApi, certId, cert, accessId } = this;
|
||||
const access = (await this.accessService.getById(accessId)) as WoaiAccess;
|
||||
const access = (await this.getAccess(accessId)) as WoaiAccess;
|
||||
// 使用默认值或用户输入的值
|
||||
const apiBase = baseApi || 'https://console.edeg.sxhjgy.cn';
|
||||
// 登录获取token
|
||||
|
||||
Reference in New Issue
Block a user