|
@@ -595,13 +595,13 @@ class DetectControllerViewV2(View):
|
|
|
"status": False,
|
|
|
"answer_status": False,
|
|
|
"alarm": "",
|
|
|
- "is_st": params['is_st'],
|
|
|
- "storage_location": params['storage_location'],
|
|
|
+ "is_st": is_st,
|
|
|
+ "storage_location": storage_location,
|
|
|
"devUid": uid,
|
|
|
"devNickName": "",
|
|
|
- "Channel": params['channel'],
|
|
|
+ "Channel": channel,
|
|
|
"eventType": event_type,
|
|
|
- "eventTime": params['event_time'],
|
|
|
+ "eventTime": event_time,
|
|
|
"receiveTime": 0,
|
|
|
"addTime": 0,
|
|
|
"borderCoords": "",
|