We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
xhs_client.get_note_sub_comments(noteId,parentId)
The text was updated successfully, but these errors were encountered:
xhs_client.get_note_comments(noteId) xhs_client.get_note_sub_comments(noteId,parentId)
Sorry, something went wrong.
原因是,在测试的时候,用到了两个a1
一个在xhs_client.get_note_comments(noteId)时生效 一个在xhs_client.get_note_sub_comments(noteId,parentId)时生效
我要怎么处理,才能让调用两个方法时,用同一个a1呢
原因是,在测试的时候,用到了两个a1 一个在xhs_client.get_note_comments(noteId)时生效 一个在xhs_client.get_note_sub_comments(noteId,parentId)时生效 我要怎么处理,才能让调用两个方法时,用同一个a1呢
把账号数据固化,存数据库,启动实例的时候更新一次,在实例销毁之前所有的接口都用这个a1
No branches or pull requests
xhs_client.get_note_sub_comments(noteId,parentId)
The text was updated successfully, but these errors were encountered: