我正在使用Python请求模块post方法来处理json数据,就像这样.
r = requests.post(url,data=json.dumps(payload),headers=headers)
但是我得到了response[401].这是否意味着我需要首先通过添加登录来授权它?
response[401]
python post request
post ×1
python ×1
request ×1