李昊 4 years ago
parent
commit
7dbf2cf122

+ 1 - 5
gx_api/GxPress/Model/GxPress.Request/AppVersion/AppVersionSearchRequest.cs

@@ -1,13 +1,9 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
-
 namespace GxPress.Request.AppVersion
 {
     /// <summary>
     /// 根据类型搜索最新版本号
     /// </summary>
-   public class AppVersionSearchRequest
+    public class AppVersionSearchRequest
     {
         /// <summary>
         /// 版本类型(1 android 2 ios)

+ 1 - 1
gx_api/GxPress/Service/GxPress.Service.Implement/Collection/CollectionService.cs

@@ -132,7 +132,7 @@ namespace GxPress.Service.Implement.Collection
                 await _analyzeService.SetAnalyzeAsync(analyzeRequest);
             }
             //话题
-            else if (request.CollectionType == AllTypeConst.Notice.GetHashCode())
+            else if (request.CollectionType == AllTypeConst.Topic.GetHashCode())
             {
                 var topic = await _topicRepository.GetAsync(request.CollectionDataId);
                 collection.Title = topic.Title;