修复获取文章失败

This commit is contained in:
SingTsang 2024-05-26 17:58:03 +08:00 committed by GitHub
parent 1dddf3ad52
commit f900611c7c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -165,8 +165,8 @@ class RUN:
datas = { datas = {
"categoryId": 0, "categoryId": 0,
"sort": 0, "sort": 0,
"pageNum": 10, "pageNum": 1,
"pageSize": 1 "pageSize": 10
} }
data.update(datas) data.update(datas)
# print(data) # print(data)