zhangyong 5 months ago
parent
commit
6e080b31c4
1 changed files with 1 additions and 1 deletions
  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 = {