李昊 4 年之前
父節點
當前提交
98192de21c
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      gx_api/GxPress/Api/GxPress.Api/WebControllers/WebTopicController.cs

+ 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;