tongshanglei 2 年 前
コミット
40b6f49452
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  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']){