Przeglądaj źródła

视频号-调试

zhangyong 1 rok temu
rodzic
commit
15254bae7f
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      shipinhao/shipinhao_author/shipinhao_author.py

+ 2 - 2
shipinhao/shipinhao_author/shipinhao_author.py

@@ -229,9 +229,9 @@ class ShiPinHaoAuthor(object):
             '',
             video_obj.get('DownloadAddress')
         ]]
-        Feishu.insert_columns(self.platform, 'shipinhao', "Vq7NeH", "ROWS", 1, 2)
+        Feishu.insert_columns(self.platform, 'shipinhao', "0ipHnR", "ROWS", 1, 2)
         time.sleep(0.5)
-        Feishu.update_values(self.platform, 'shipinhao', "Vq7NeH", "A2:Z2", values)
+        Feishu.update_values(self.platform, 'shipinhao', "0ipHnR", "A2:Z2", values)
         # video_dict = {
         #     "video_id": objectId,
         #     "video_title": clean_title(video_obj.get('title').split("\n")[0].split("#")[0]),