all(); // if (empty($param['data']) || empty($param['data']['dataPoints'])) return; dispatch(new ManDeviceJobLf($request->all()))->onQueue('man_device_lf'); echo $request->get('verify');die; } public function processDataJobAddDeviceManHc(Request $request){ $param = $request->all(); // if (empty($param['data']) || empty($param['data']['dataPoints'])) return; // dispatch(new ManDeviceJobLf($request->all()))->onQueue('man_device_lf'); echo $request->get('verify');die; } }