某白山小程序限制PC端调试

声明

本文章中所有内容仅供学习交流使用,不用于其他任何目的,抓包 内容、敏感网址、数据接口等均已做脱敏处理,严禁用于商业用途和非法用途,否则由此产生的一切后果均与作者无关!侵权通过头像私信或名字简介叫我删除博客谢谢。
部分python代码

复制代码
headers = {
    "Accept": "application/json, text/plain, */*",
    "Accept-Language": "zh-CN,zh;q=0.9",
    "Cache-Control": "no-cache",
    "Connection": "keep-alive",
    "xweb_xhr": "1"
}
url = "/platform/api"
cp = execjs.compile(open('1.js','r',encoding='utf-8').read())
params = cp.call('getTickets')


response = requests.get(url, headers=headers, params=params)

print(response.text)
print(response)
复制代码
headers = {
    "Accept": "application/json, text/plain, */*",
    "Accept-Language": "zh-CN,zh;q=0.9",
    "Cache-Control": "no-cache",
    "Connection": "keep-alive",
    "xweb_xhr": "1"
}
url = "/platform/api"
cp = execjs.compile(open('1.js','r',encoding='utf-8').read())
params = cp.call('getTickets')


response = requests.get(url, headers=headers, params=params)

print(response.text)
print(response)

总结

1.出于安全考虑,本章未提供完整流程,调试环节省略较多,只提供大致思路,具体细节要你自己还原,相信你也能调试出来。

2.具体更多细节请看名字进入详情了解更多细节,具体细节要你自己还原,相信你也能调试出来。

相关推荐
weishuangyun12331 分钟前
微信小程序怎么选公司?上线流程详解
大数据·小程序
安_6 小时前
如何构建和使用向量索引?HNSW 和 IVF 有什么区别?
python·ai
counting money7 小时前
Java IO流详解:从InputStream到文件操作实战
java·开发语言·python
坚持学习前端日记8 小时前
Python SQLAlchemy ORM 从0到1精通实战手册(基础到复杂高阶)
数据库·python·oracle
北斗落凡尘8 小时前
LangGraph 入门实战(11)--输出模式
后端·python·langchain
雪碧聊技术9 小时前
安装Python(保姆级教程)
python·版本更新·python下载
++==9 小时前
JSON和Python的 四种核心容器
python·json
show43310 小时前
2026微信小程序视频转文字多语种识别引擎技术选型:22种方言25种外语挑战
微信小程序·小程序·音视频
张龙68711 小时前
uv 全面指南:比 pip 快 100 倍的 Python 包管理器,从安装到团队落地
后端·python
@HNUSTer12 小时前
Python数据可视化科技图表绘制系列教程(八)
python·数据可视化·科技论文·专业制图·科研图表