vikey
Results
3
comments of
vikey
> 非常感谢,之前看到了。然后纠结于具体细节,给忘记了
xhs_client.get_note_comments(noteId) xhs_client.get_note_sub_comments(noteId,parentId) 
原因是,在测试的时候,用到了两个a1 一个在xhs_client.get_note_comments(noteId)时生效 一个在xhs_client.get_note_sub_comments(noteId,parentId)时生效 我要怎么处理,才能让调用两个方法时,用同一个a1呢