15313670163 1 ماه پیش
والد
کامیت
83c415026e
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      app/JsonRpc/NewsService.php

+ 1 - 1
app/JsonRpc/NewsService.php

@@ -456,7 +456,7 @@ class NewsService implements NewsServiceInterface
             return Result::error("查询失败",0);
         }
         $result['category_id'] = $category['category_id'];
-        $result['cat_name'] = $category['name'];
+        $result['cat_name'] = $category['alias'];
         return Result::success($result);
     }
     /**