fixed
This commit is contained in:
parent
3b356f0617
commit
e9ad4bc757
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue