perf: 支持全自动匹配部署宝塔网站证书

This commit is contained in:
xiaojunnuo
2026-06-27 00:20:04 +08:00
parent 8abe0daf20
commit 4dff48e807
12 changed files with 193 additions and 79 deletions
@@ -35,7 +35,7 @@ export class AccessService extends BaseService<AccessEntity> {
return res;
}
async add(param) {
async add(param: any): Promise<{ id: number; [key: string]: any }> {
let oldEntity = null;
if (param._copyFrom) {
oldEntity = await this.info(param._copyFrom);