chanjunkai vor 5 Jahren
Ursprung
Commit
0775802324
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      controller/index.py

+ 1 - 0
controller/index.py

@@ -435,6 +435,7 @@ def testRunStream(request):
     UID=request_dict.get('UID', None)
     PWD=request_dict.get('PWD', None)
     MSG=request_dict.get('MSG', None)
+    return JsonResponse({'msg': 'stop Stream uid:%s,pwd:%S,msg:%s', 'code': 0})
     command = "./pushtool {UID} {PWD} {MSG} 1".format(UID=UID, PWD=PWD, MSG=MSG)
     print('command=>{command}'.format(command=command))
     try: