Browse Source

1. 视频号测试上线

罗俊辉 1 year ago
parent
commit
482bbea15c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      shipinhao/shipinhao_author/shipinhao_scheduling.py

+ 1 - 1
shipinhao/shipinhao_author/shipinhao_scheduling.py

@@ -245,7 +245,7 @@ class ShiPinHaoAccount:
             "share_cnt": 0,
             "user_id": self.user_dict["uid"],
             "cover_url": video_obj["media"][0]["cover_url"],
-            "video_url": video_obj["media"][0]["video_url"],
+            "video_url": video_obj["media"][0]["url"],
             "avatar_url": video_obj["head_url"],
             "width": video_obj["media"][0]["width"],
             "height": video_obj["media"][0]["height"],