chanjunkai 5 years ago
parent
commit
0775802324
1 changed files with 1 additions and 0 deletions
  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: