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

获取dbstoken失败 #283

@ZPWX

Description

@ZPWX

@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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions