盼之代售 分析 decode__1174
2026/6/5 15:09:48 网站建设 项目流程

声明:
本文章中所有内容仅供学习交流使用,不用于其他任何目的,抓包内容、敏感网址、数据接口等均已做脱敏处理,严禁用于商业用途和非法用途,否则由此产生的一切后果均与作者无关!
部分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.出于安全考虑,本章未提供完整流程,调试环节省略较多,只提供大致思路,具体细节要你自己还原,相信你也能调试出来。

需要专业的网站建设服务?

联系我们获取免费的网站建设咨询和方案报价,让我们帮助您实现业务目标

立即咨询