Эх сурвалжийг харах

反馈上传日志结果写入filename

locky 3 жил өмнө
parent
commit
10c5e25156

+ 1 - 0
Controller/DeviceLogController.py

@@ -90,6 +90,7 @@ class DeviceLogView(View):
 
         try:
             data_dict = {
+                'filename': filename,
                 'status': int(status),
                 'ip': CommonService.get_ip_address(request),
             }