15313670163 1 сар өмнө
parent
commit
83c415026e

+ 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);
     }
     /**