Browse Source

zhufuquanzi view update

supeng 1 ngày trước cách đây
mục cha
commit
aa673f8089
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      spider/crawler_online/zhufuquanzituijianliu.py

+ 2 - 2
spider/crawler_online/zhufuquanzituijianliu.py

@@ -30,8 +30,8 @@ def video_view(content_id, account_id):
         "Content-Type": "application/json"
     }
     payload = {
-        "content_id": content_id,
-        "account_id": account_id
+        "content_id": str(content_id),
+        "account_id": str(account_id)
     }
     try:
         # 发送 POST 请求