求教各位大神
import requests
url = "https://xxxxxxxxxxx/level2s/in/l1"
querystring = {"category":"会员翻唱","keyword":"微微"}
response = requests.request("GET", url, params=querystring)
print(response.status_code)
刚补上,我用 postman 客户端执行也是会提示 401 login needed
讲链接地址复制到浏览器中直接就可以返回数据了,不知道为什么在 python 中需要提示 401 登录:confounde 已找到原因,浏览器和 posman 会保留一段时间的 cookie 信息,字接口请求头中加入 cokie 会正常