瀏覽代碼

2024-06-11
优化重搜索逻辑
视频生成文章接口返回三条视频

罗俊辉 11 月之前
父節點
當前提交
c65f0475fb
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      applications/schedule/search_schedule.py

+ 1 - 1
applications/schedule/search_schedule.py

@@ -336,7 +336,7 @@ async def video_sender(video_obj, user, trace_id, platform, index):
         "Content-Type": "application/json",
         "Content-Type": "application/json",
     }
     }
     await request_etl(
     await request_etl(
-        url="http://47.99.132.47:4612/etl",
+        url="http://192.168.203.137:4612/etl",
         headers=header,
         headers=header,
         json_data=mq_obj
         json_data=mq_obj
     )
     )