声明
本文章中所有内容仅供学习交流使用,不用于其他任何目的,抓包内容、敏感网址、数据接口等均已做脱敏处理,严禁用于商业用途和非法用途,否则由此产生的一切后果均与作者无关!
逆向分析
部分python代码
params = {
"jsv": "2.4.12",
"appKey": "12574478",
"t": ts,
"sign": sign,
"c": c,
"api": "queryclassifyitemV3.ext",
"alipay": "[object Object]",
"v": "1.0",
"type": "originaljson",
"ttid": "",
"dataType": "json",
"_bx-m": "1"
}
response = requests.post(
url,
params=params,
headers=headers,
data=data
)
print(response.json())
params = {
"jsv": "2.4.12",
"appKey": "12574478",
"t": ts,
"sign": sign,
"c": c,
"api": "queryclassifyitemV3.ext",
"alipay": "[object Object]",
"v": "1.0",
"type": "originaljson",
"ttid": "",
"dataType": "json",
"_bx-m": "1"
}
response = requests.post(
url,
params=params,
headers=headers,
data=data
)
print(response.json())
结果
