chanjunkai пре 5 година
родитељ
комит
0775802324
1 измењених фајлова са 1 додато и 0 уклоњено
  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: