vikey

Results 3 comments of vikey

> 非常感谢,之前看到了。然后纠结于具体细节,给忘记了

xhs_client.get_note_comments(noteId) xhs_client.get_note_sub_comments(noteId,parentId) ![1714785860564](https://github.com/ReaJason/xhs/assets/1008608/7b862414-a0c0-4644-bf32-c5823a3ab037)

原因是,在测试的时候,用到了两个a1 一个在xhs_client.get_note_comments(noteId)时生效 一个在xhs_client.get_note_sub_comments(noteId,parentId)时生效 我要怎么处理,才能让调用两个方法时,用同一个a1呢