Browse Source

视频号优化

zhangyong 11 months ago
parent
commit
796d184a46
1 changed files with 1 additions and 1 deletions
  1. 1 1
      data_channel/shipinhao.py

+ 1 - 1
data_channel/shipinhao.py

@@ -81,7 +81,7 @@ class SPH:
                     last_buffer = res_json.get('last_buffer')
                     for obj in res_json["UpMasterHomePage"]:
                         objectId = obj['objectId']
-                        status = sqlCollect.is_used(task_mark, objectId, mark, "票圈")
+                        status = sqlCollect.is_used(task_mark, objectId, mark, "视频号")
                         if status:
                             objectNonceId = obj['objectNonceId']
                             url = "http://61.48.133.26:30001/GetFinderDownloadAddress"