重写规则API支持用户操作

This commit is contained in:
GoEdgeLab
2023-07-04 18:31:12 +08:00
parent 0df40b8d98
commit 1c695ebf93
4 changed files with 78 additions and 4 deletions

View File

@@ -261,6 +261,7 @@ func (this *UserService) FindEnabledUser(ctx context.Context, req *pb.FindEnable
IsEnterpriseIdentified: isEnterpriseIdentified,
BandwidthAlgo: user.BandwidthAlgo,
OtpLogin: pbOtpAuth,
Lang: user.Lang,
}}, nil
}