tongshanglei hace 2 años
padre
commit
a554bb3d17
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      catch/device/controller/Station.php

+ 1 - 1
catch/device/controller/Station.php

@@ -89,7 +89,7 @@ class Station extends CatchController
 
         $params=$request->param();
         if(!$params['station_code']){
-            return CatchResponse::success('');
+            return CatchResponse::success([]);
         }
         $cond=[];
         if($params['station_code']){