فهرست منبع

2024-06-12
第一版缓存搜索接口
记录搜索信息

罗俊辉 1 سال پیش
والد
کامیت
90f9fa4702
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      applications/schedule/search_schedule.py

+ 1 - 1
applications/schedule/search_schedule.py

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