李昊 4 anos atrás
pai
commit
98192de21c

+ 0 - 4
gx_api/GxPress/Api/GxPress.Api/WebControllers/WebTopicController.cs

@@ -3,15 +3,11 @@ using System.Linq;
 using System.Threading.Tasks;
 using GxPress.Auth;
 using GxPress.Common.Page;
-using GxPress.Common.Tools;
 using GxPress.Entity.Topic;
 using GxPress.Repository.Interface;
 using GxPress.Repository.Interface.Topic;
 using GxPress.Request.App.Topic;
-using GxPress.Request.App.TopicAnalyze;
-using GxPress.Request.App.TopicComment;
 using GxPress.Result.App.Topic;
-using GxPress.Result.App.TopicComment;
 using GxPress.Service.Interface.Middle;
 using GxPress.Service.Interface.Topic;
 using Microsoft.AspNetCore.Authorization;