From a4092919fa73306054fbc2c9d7c1ecfdcd9df21f Mon Sep 17 00:00:00 2001 From: chenbo <709206448@qq.com> Date: Wed, 21 Feb 2024 14:34:27 +0800 Subject: [PATCH] update --- app/common/logic/RemoteRequestLogic.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/common/logic/RemoteRequestLogic.php b/app/common/logic/RemoteRequestLogic.php index ffcc3a6..bd51741 100644 --- a/app/common/logic/RemoteRequestLogic.php +++ b/app/common/logic/RemoteRequestLogic.php @@ -267,7 +267,7 @@ class RemoteRequestLogic extends BaseLogic public static function requestAnimalTemperature($rfid='') { - $response = HttpClient::create()->request('GET', env('PROJECT.MQTT_PROJECT_URL'). 'api/xumu/warning/past_seven_days', [ + $response = HttpClient::create()->request('GET', env('PROJECT.MQTT_PROJECT_URL'). 'api/xumu/rfid/query', [ 'query' => [ 'rfid' => $rfid ]