chenjunkai 6 năm trước cách đây
mục cha
commit
9e67598a5e
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  1. 3 1
      Controller/CloudVod.py

+ 3 - 1
Controller/CloudVod.py

@@ -103,7 +103,9 @@ class CloudVodView(View):
                 return response.json(tko.code)
             userID = tko.userID
             if operation == 'getHlsList':
-                return self.do_get_hls_list(request_dict, userID, response)
+                return self.do_get_playlist(request_dict, userID, response)
+
+                # return self.do_get_hls_list(request_dict, userID, response)
             elif operation == 'createOrder':
                 return self.do_create_order(request_dict, userID, response)
             elif operation == 'status':