瀏覽代碼

return $this->ok(['rows'=>[],"count"=>$count]);

visuddhinanda 3 年之前
父節點
當前提交
8f4f8900dc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/Http/Controllers/WbwController.php

+ 1 - 1
app/Http/Controllers/WbwController.php

@@ -150,7 +150,7 @@ class WbwController extends Controller
             }
         }
 
-        return $this->ok($count);
+        return $this->ok(['rows'=>[],"count"=>$count]);
     }
 
     /**