Commit 5e8a4b7d authored by 冯超鹏's avatar 冯超鹏

no message

parent e4a86f92
Pipeline #100 canceled with stages
...@@ -59,7 +59,7 @@ class SwooleCommandController extends Controller ...@@ -59,7 +59,7 @@ class SwooleCommandController extends Controller
->whereIn('dtype', [1, 5, 10]) ->whereIn('dtype', [1, 5, 10])
->count(); ->count();
} }
return $this->jsonSuccessData(['devicelist' => $devicelist, 'count' => $count]); return $this->jsonSuccessData($uid);
} }
public function fire($id) public function fire($id)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment