wugg 2 years ago
parent
commit
4264bdbd87
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/admin/controller/Platform.php

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

@@ -195,7 +195,7 @@ class Platform extends Base
         if(empty($info)){
             return error_show(1004,'未找到数据');
         }
-        $info['use_type'] =  $info['use_type'] !=0 ?  $info['use_type'] :"";
+//        $info['use_type'] =  $info['use_type'] !=0 ?  $info['use_type'] :"";
         return  app_show(0,"获取成功",$info);
     }
     public function del(){