tongshanglei 2 years ago
parent
commit
40b6f49452
1 changed files with 1 additions and 1 deletions
  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']){