Skip to content

Commit

Permalink
添加提交书评的url
Browse files Browse the repository at this point in the history
  • Loading branch information
Higurashi-kagome committed May 30, 2020
1 parent a4835ca commit 1b908d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wereader/test/get_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ def request_data(url):
best_bookmark_url = "https://i.weread.qq.com/book/bestbookmarks?bookId=" + bookId
bookInfo_url = "https://i.weread.qq.com/book/info?bookId=" + bookId
book_shelf_url = "https://i.weread.qq.com/shelf/sync?userVid=" + str(USERVID) + "&synckey=0&lectureSynckey=0"
notes_url = 'https://i.weread.qq.com/review/list?listType=6&userVid=&rangeType=2'
notes_url = 'https://i.weread.qq.com/review/list?listType=6&userVid=' + str(USERVID) + '&rangeType=2&mine=1&listMode=1'
data = request_data(notes_url)
print(data)

0 comments on commit 1b908d5

Please sign in to comment.