zhangyong 5 月之前
父节点
当前提交
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 = {