update
This commit is contained in:
parent
b3fb33352d
commit
a4e47643bb
|
@ -131,7 +131,9 @@ class RemoteRequestLogic extends BaseLogic
|
||||||
{
|
{
|
||||||
$response = HttpClient::create()->request('GET', env('PROJECT.MQTT_PROJECT_URL'). 'api/xumu/warning', [
|
$response = HttpClient::create()->request('GET', env('PROJECT.MQTT_PROJECT_URL'). 'api/xumu/warning', [
|
||||||
'query' => [
|
'query' => [
|
||||||
'deviceId' => $device['code']
|
'deviceId' => $device['code'],
|
||||||
|
'limit' => 5,
|
||||||
|
'offset' => 0
|
||||||
]
|
]
|
||||||
]);
|
]);
|
||||||
$monitor = json_decode($response->getContent(), true);
|
$monitor = json_decode($response->getContent(), true);
|
||||||
|
|
Loading…
Reference in New Issue