聲明:
本文章中所有內容僅供學習交流使用,不用于其他任何目的,抓包內容、敏感網址、數據接口等均已做脫敏處理,嚴禁用于商業用途和非法用途,否則由此產生的一切后果均與作者無關!
部分python代碼
headers = {'Accept': 'application/json, text/javascript, */*; q=0.01','Accept-Language': 'zh-CN,zh;q=0.9','Cache-Control': 'no-cache','Connection': 'keep-alive','Content-Type': 'application/json; charset=UTF-8',
}
cp = execjs.compile(text)
result = cp.call('getCk', )
url = result['url']
json_data = {'manaType': 'C','apanage': '','depCodeChg': '','curPage': '2','pageSize': 20,
}response = session.post(url,headers=headers,json=json_data,verify=False,
)
headers = {'Accept': 'application/json, text/javascript, */*; q=0.01','Accept-Language': 'zh-CN,zh;q=0.9','Cache-Control': 'no-cache','Connection': 'keep-alive','Content-Type': 'application/json; charset=UTF-8',
}
cp = execjs.compile(text)
result = cp.call('getCk', )
url = result['url']
json_data = {'manaType': 'C','apanage': '','depCodeChg': '','curPage': '2','pageSize': 20,
}response = session.post(url,headers=headers,json=json_data,verify=False,
)
結果

總結
1.出于安全考慮,本章未提供完整流程,調試環節省略較多,只提供大致思路,具體細節要你自己還原,相信你也能調試出來。