token cache

This commit is contained in:
2025-02-26 23:59:42 +08:00
parent 26c6248d10
commit c01820d1c6
12 changed files with 433 additions and 44 deletions

View File

@@ -435,7 +435,7 @@ const servicesCommand = new Command('services')
);
});
} else {
console.log(chalk.red(res.message || '获取列表失败'));
console.log('error', chalk.red(res.message || '获取列表失败'));
}
return;
}