mirror of
https://github.com/certd/certd.git
synced 2026-04-23 19:57:27 +08:00
站点监控批量导入支持分组和备注
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user