Skip to content
This repository has been archived by the owner on Dec 17, 2019. It is now read-only.

获取dbstoken失败 #283

Open
ZPWX opened this issue Jan 5, 2018 · 0 comments
Open

获取dbstoken失败 #283

ZPWX opened this issue Jan 5, 2018 · 0 comments

Comments

@ZPWX
Copy link

ZPWX commented Jan 5, 2018

@return 返回bdstoken
277 '''
278 bdstoken = ''
279 bds_re= re.compile('"bdstoken"\s*:\s*"([^"]+)"', `re.IGNORECASE)
280 bds_match = bds_re.search(content)
281 if bds_match:
282 bdstoken = bds_match.group(1)
283 return bdstoken
更改过之后还是报错!!!!1

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

No branches or pull requests

1 participant