优化代码

This commit is contained in:
刘祥超
2022-07-22 14:35:17 +08:00
parent a4cc138ef3
commit 876c631c85
80 changed files with 462 additions and 463 deletions

View File

@@ -161,7 +161,7 @@ func (this *IPLibraryService) FindAllEnabledIPLibrariesWithType(ctx context.Cont
// DeleteIPLibrary 删除IP库
func (this *IPLibraryService) DeleteIPLibrary(ctx context.Context, req *pb.DeleteIPLibraryRequest) (*pb.RPCSuccess, error) {
// 校验请求
_, err := this.ValidateAdmin(ctx, 0)
_, err := this.ValidateAdmin(ctx)
if err != nil {
return nil, err
}