Explorar el Código

IOT日志上传2

chenshibin hace 3 años
padre
commit
84cc077ec9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Controller/IotCoreController.py

+ 1 - 1
Controller/IotCoreController.py

@@ -360,7 +360,7 @@ class IotCoreView(View):
             endpoint = iot[0]['endpoint']
             MSG = self.get_s3_key_return_msg(endpoint)
 
-            return response.json(MSG)
+            return response.json(0,MSG)
         except Exception as e:
             # print(e)
             return response.json(500, repr(e))