15313670163 1 tháng trước cách đây
mục cha
commit
83c415026e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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);
     }
     /**