wugg 2 years ago
parent
commit
954b45300b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/admin/controller/CatPlat.php

+ 1 - 1
app/admin/controller/CatPlat.php

@@ -342,6 +342,6 @@ use think\App;class CatPlat extends Base{
             $value['platform_id'] = $plat_id;
             $data[]=$value;
         }
-        return app_show(0, "获取成功",["list"=>$list,"count"=>$count]);
+        return app_show(0, "获取成功",["list"=>$data,"count"=>$count]);
     }
 }