news 2026/7/14 9:49:58

盼之代售 分析 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/7/14 7:54:36

Tabler Icons终极使用指南:从零开始快速上手4800个免费图标

Tabler Icons终极使用指南:从零开始快速上手4800个免费图标 【免费下载链接】tabler-icons A set of over 4800 free MIT-licensed high-quality SVG icons for you to use in your web projects. 项目地址: https://gitcode.com/gh_mirrors/ta/tabler-icons …

作者头像 李华
网站建设 2026/7/13 23:50:14

彻底解决Matplotlib中文显示问题:Ubuntu系统SimHei字体完美安装指南

彻底解决Matplotlib中文显示问题:Ubuntu系统SimHei字体完美安装指南 【免费下载链接】SimHei.ttf字体文件下载 本仓库提供了一个名为 SimHei.ttf 的字体文件下载。该字体文件主要用于解决在 Ubuntu 系统上使用 Python 的 Matplotlib 库时遇到的字体缺失问题 项目地…

作者头像 李华
网站建设 2026/7/14 16:26:50

WebGLStudio.js组件系统终极指南:快速掌握3D图形开发核心技术

WebGLStudio.js组件系统终极指南:快速掌握3D图形开发核心技术 【免费下载链接】ocp Open Catalyst Projects library of machine learning methods for catalysis 项目地址: https://gitcode.com/GitHub_Trending/oc/ocp WebGLStudio.js作为一款功能强大的开…

作者头像 李华
网站建设 2026/7/12 6:04:36

如何在ThinkPad X230上完美安装macOS:终极黑苹果指南

如何在ThinkPad X230上完美安装macOS:终极黑苹果指南 【免费下载链接】X230-Hackintosh READMEs, OpenCore configurations, patches, and notes for the Thinkpad X230 Hackintosh 项目地址: https://gitcode.com/gh_mirrors/x2/X230-Hackintosh 项目概述与…

作者头像 李华