浏览代码

feat(utils/params.py): 在TopicListParam中添加account和nick_name字段

max_liu 2 月之前
父节点
当前提交
8f02456385
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      utils/params.py

+ 2 - 0
utils/params.py

@@ -27,6 +27,8 @@ class DecodeListParam(BaseModel):
 class TopicListParam(BaseModel):
     video_list: List[DecodeWorkflowParam]
     type: Optional[int] = 1
+    account: Optional[str] = None
+    nick_name: Optional[str] = None
 
 class EvaluateWorkflowParam(BaseModel):
     video_id: str