站点监控批量导入支持分组和备注

This commit is contained in:
xiaojunnuo
2025-10-21 22:38:02 +08:00
parent 2ed12c429e
commit 77b4a1eaf6
5 changed files with 13 additions and 10 deletions
@@ -119,6 +119,7 @@ export class SiteInfoController extends CrudController<SiteInfoService> {
const userId = this.getUserId();
await this.service.doImport({
text:body.text,
groupId:body.groupId,
userId
})
return this.ok();