|
@@ -27,7 +27,7 @@ async def return_info(video_id, kimi_title, trace_id, mysql_client, index):
|
|
|
programId = "wxe8f8f0e23cecad0f"
|
|
|
programName = "票圈乐活"
|
|
|
source = "Web"
|
|
|
- root_share_id, productionPath = create_gzh_path(video_id=video_id, shared_uid=user_id)
|
|
|
+ root_share_id, source_id, productionPath = create_gzh_path(video_id=video_id, shared_uid=user_id)
|
|
|
logging(
|
|
|
code="1002",
|
|
|
info="root_share_id --{}, productionPath -- {}".format(root_share_id, productionPath),
|
|
@@ -62,7 +62,8 @@ async def return_info(video_id, kimi_title, trace_id, mysql_client, index):
|
|
|
trace_id=trace_id,
|
|
|
data={
|
|
|
"rootShareId": root_share_id,
|
|
|
- "videoId": video_id
|
|
|
+ "videoId": video_id,
|
|
|
+ "sourceId": source_id
|
|
|
}
|
|
|
)
|
|
|
return result
|