From 694311b6e5954a694b7de59822e6bc4cc772a4c8 Mon Sep 17 00:00:00 2001 From: yechuan Date: Thu, 10 Aug 2023 19:16:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/src/main/resources/markdown/task.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/common/src/main/resources/markdown/task.md b/common/src/main/resources/markdown/task.md index bd49f03..2b830a7 100644 --- a/common/src/main/resources/markdown/task.md +++ b/common/src/main/resources/markdown/task.md @@ -37,4 +37,10 @@ ## 基金宝图文、视频RSS 1. 对方给的接口数据格式比较乱,让对方改了多次才勉强能用 -2. 视频暂时只有一条数据,找媒体方沟通多次依旧只能提供一条 \ No newline at end of file +2. 视频暂时只有一条数据,找媒体方沟通多次依旧只能提供一条 + +## 第一财经视频RSS + +1. 请求需要进行加密 新增加密相关配置 +2. 列表接口存在上下架状态,对于下架的视频 无法请求详情接口,需要伪造详情数据以便执行后续流程 +3. 接口请求存在顺序关系,新增配置,让task允许存在多个后继task且可配置制定发送topic \ No newline at end of file