zhangyong пре 9 месеци
родитељ
комит
6e080b31c4
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      data_channel/dy_ls.py

+ 1 - 1
data_channel/dy_ls.py

@@ -21,7 +21,7 @@ class DYLS:
                 payload = json.dumps({
                     "account_id": url_id,
                     "source": "app",
-                    "sort": "最热",
+                    "sort_type": "最热",
                     "cursor": next_cursor
                 })
                 headers = {