liqian 1 年之前
父节点
当前提交
d381499dae
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      app.py

+ 1 - 0
app.py

@@ -363,6 +363,7 @@ def get_video_online_list():
 def ad_predict():
     start_time = time.time()
     try:
+        log_.info({'test_log': request.get_data()})
         request_data = json.loads(request.get_data())
         mid = request_data.get('mid')
         video_id = request_data.get('videoId')