Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

获取笔记评论 提示 超时 #110

Open
vikey opened this issue May 4, 2024 · 3 comments
Open

获取笔记评论 提示 超时 #110

vikey opened this issue May 4, 2024 · 3 comments

Comments

@vikey
Copy link

vikey commented May 4, 2024

xhs_client.get_note_sub_comments(noteId,parentId)

@vikey
Copy link
Author

vikey commented May 4, 2024

xhs_client.get_note_comments(noteId)
xhs_client.get_note_sub_comments(noteId,parentId)
1714785860564

@vikey vikey changed the title xhs_client.get_note_comments(noteId),xhs_client.get_note_sub_comments(noteId,parentId) 获取笔记评论 提示 超时 May 4, 2024
@vikey
Copy link
Author

vikey commented May 4, 2024

原因是,在测试的时候,用到了两个a1

一个在xhs_client.get_note_comments(noteId)时生效
一个在xhs_client.get_note_sub_comments(noteId,parentId)时生效

我要怎么处理,才能让调用两个方法时,用同一个a1呢

@hjhjhghghg
Copy link

原因是,在测试的时候,用到了两个a1

一个在xhs_client.get_note_comments(noteId)时生效 一个在xhs_client.get_note_sub_comments(noteId,parentId)时生效

我要怎么处理,才能让调用两个方法时,用同一个a1呢

把账号数据固化,存数据库,启动实例的时候更新一次,在实例销毁之前所有的接口都用这个a1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants