news 2026/8/21 15:46:16

盼之代售 分析 decode__1174

作者头像

张小明

前端开发工程师

1.2k 24
文章封面图
盼之代售 分析 decode__1174

声明:
本文章中所有内容仅供学习交流使用,不用于其他任何目的,抓包内容、敏感网址、数据接口等均已做脱敏处理,严禁用于商业用途和非法用途,否则由此产生的一切后果均与作者无关!
部分python代码

json_data = { "order": "DESC", "sort": "section2", "page": 1, "pageSize": 21, "action": { "gameId": "1767", "goodsCatalogueId": 6, "merchantMark": None, "keywords": [], "searchWords": [], "searchPropertyIds": [], "unionGameIds": [], "goodsSearchActions": [] } } result = cp1.call('decode1174' ,json_data) url = result['url'] header = result['header'] print(header) # url = result['url'] print(url) headers = { 'PZTimestamp': str(header['Timestamp']), 'PZVersion': '1.0.0', 'PZVersionCode': '1', 'Pragma': 'no-cache', 'Random': str(header['Random']), 'Referer': 'https://www.pzds.com/', 'Sec-Fetch-Dest': 'empty', 'Sec-Fetch-Mode': 'cors', 'Sec-Fetch-Site': 'same-site', 'Sign': header['strMd5'], 'x-oss-forbid-overwrite': 'true', } response = session.post( url, headers=headers, json=json_data, ) print(response.text)
json_data = { "order": "DESC", "sort": "section2", "page": 1, "pageSize": 21, "action": { "gameId": "1767", "goodsCatalogueId": 6, "merchantMark": None, "keywords": [], "searchWords": [], "searchPropertyIds": [], "unionGameIds": [], "goodsSearchActions": [] } } result = cp1.call('decode1174' ,json_data) url = result['url'] header = result['header'] print(header) # url = result['url'] print(url) headers = { 'PZTimestamp': str(header['Timestamp']), 'PZVersion': '1.0.0', 'PZVersionCode': '1', 'Pragma': 'no-cache', 'Random': str(header['Random']), 'Referer': 'https://www.pzds.com/', 'Sec-Fetch-Dest': 'empty', 'Sec-Fetch-Mode': 'cors', 'Sec-Fetch-Site': 'same-site', 'Sign': header['strMd5'], 'x-oss-forbid-overwrite': 'true', } response = session.post( url, headers=headers, json=json_data, ) print(response.text)

结果

总结

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

版权声明: 本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若内容造成侵权/违法违规/事实不符,请联系邮箱:809451989@qq.com进行投诉反馈,一经查实,立即删除!
网站建设 2026/8/21 7:51:12

3分钟掌握Apollo配置搜索:从新手到高手的完整指南

3分钟掌握Apollo配置搜索:从新手到高手的完整指南 【免费下载链接】apollo 项目地址: https://gitcode.com/gh_mirrors/ap/apollo 你是否曾经在成百上千个配置项中迷失方向?是否因为记不清完整配置名而反复翻找?别担心,本…

作者头像 李华
网站建设 2026/8/20 21:00:00

Linux游戏启动器终极指南:轻松运行动漫游戏并保护隐私

想在Linux系统上畅玩心爱的动漫游戏,又担心隐私泄露?这款专为Linux设计的游戏启动器正是你需要的解决方案!它不仅让《原神》等热门动漫游戏在Linux上运行流畅,还自动禁用游戏数据收集功能,确保你的游戏数据安全无虞。无…

作者头像 李华
网站建设 2026/8/21 19:17:14

如何快速掌握CSS动画cubic-bezier参数终极调试技巧

如何快速掌握CSS动画cubic-bezier参数终极调试技巧 【免费下载链接】easings.net Easing Functions Cheat Sheet 项目地址: https://gitcode.com/gh_mirrors/eas/easings.net 还在为CSS动画效果生硬、不流畅而烦恼吗?作为动画效果优化师,我经常看…

作者头像 李华
网站建设 2026/8/21 8:30:55

15款惊艳Vue加载动画:让你的应用告别枯燥等待

15款惊艳Vue加载动画:让你的应用告别枯燥等待 【免费下载链接】vue-spinner vue spinners 项目地址: https://gitcode.com/gh_mirrors/vu/vue-spinner 还在为Vue应用中的加载状态发愁吗?vue-spinner为你带来了15款精美的加载动画组件,…

作者头像 李华