我在网上查到好像需要params 和encSecKey这两个参数,请问是这样的吗
cookie,headers,以及其他的请求头都有可能,这个根据网站不同而不同。params是请求的参数,encSecKey?你可以看看requests.get,post函数好像并不支持这个参数。