mirror of
https://github.com/certd/certd.git
synced 2026-06-24 19:47:34 +08:00
chore: project 初步
This commit is contained in:
@@ -35,4 +35,8 @@ export class AuthService {
|
||||
}
|
||||
await service.checkUserId(id, ctx.user.id, userKey);
|
||||
}
|
||||
|
||||
async checkEntityProjectId(service:any,projectId = 0,id:any=0){
|
||||
await service.checkUserId(id, projectId , "projectId");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user