匹配滤波器物理本质与工程实践:从信号聚焦到FPGA实现
2026/6/5 15:09:18
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)