fix the fms service return value
This commit is contained in:
@@ -47,9 +47,7 @@ class FMSService
|
||||
|
||||
$output = (object)['ResultCode' => 0];
|
||||
|
||||
return json_encode([
|
||||
[$output]
|
||||
]);
|
||||
return json_encode([$output]);
|
||||
}
|
||||
|
||||
public function getVehicleLastPoints(Request $request)
|
||||
|
||||
Reference in New Issue
Block a user