声明
本文章中所有内容仅供学习交流使用,不用于其他任何目的,抓包内容、敏感网址、数据接口等均已做脱敏处理,严禁用于商业用途和非法用途,否则由
此产生的一切后果均与作者无关!
部分python代码
url = "https://energy.xiaojukeji.com/station-api/station/getoneinfo" params = { "channel": "wx", "openid": "general_app", "mobiletype": "microsoft_microsoft", "nettype": "wifi", "amChannel": "50051", "ttid": "wx", ............................. } cp = execjs.compile(open('dd05.js','r',encoding='utf-8').read()) result = cp.call('dd05', params) params['wsgsig'] = result response = requests.get(url, headers=headers, params=params) print(response.text) print(response)