This commit is contained in:
Administrator
2025-12-13 14:05:50 +08:00
parent 75ad479844
commit 2bb92f3f2d
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -115,7 +115,7 @@ class WeexTransaction:
def get_token(self):
"""从浏览器监听接口中提取 token 和 cookies"""
tab = self.page.new_tab()
tab.listen.start("contract-tiger/forward/v1/ifcontract/shareguide/status")
tab.listen.start("ifcontract/shareguide/status")
for _ in range(3):
try: