This commit is contained in:
chenbo 2024-02-23 14:11:05 +08:00
parent 3b356f0617
commit e9ad4bc757
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ class DataCollectController extends BaseApiController
public static function createAlarm($user_id, $device_id, $type, $content, $value)
{
$data = [
'user_id' => $user_id,
'land_id' => $user_id,
'device_id' => $device_id,
'type' => $type,
'content' => $content,