数据接口http:// https://wenshu.court.gov.cn/website/parse/rest.q4w
获取对应的参数
def getAllArgs(self):
"""
获取对应参数
"""
js_code = open('./demo.js', encoding='UTF-8').read()
ciphertext = execjs.compile(js_code).call('cipher')
pageId = execjs.compile(js_code).call('uuid')
RequestVerificationToken = execjs.compile(js_code).call('random', '')
return RequestVerificationToken, pageId, ciphertext
接口分析
返回加密后的结果,双重加密(详情及列表页)
加密结果
解密之后的结果