Noliangperson 2022-07-15 17:25 采纳率: 50%
浏览 147
已结题

python 中post请求返回值是500

python 中 post请求 code 返回值是500

#url:https://fanyi.youdao.com/translate_o?smartresult=dict&smartresult=rule
import requests

import json

url = 'https://fanyi.youdao.com/translate?smartresult=dict&smartresult=rule%27
headers = {
"Content-Type":"application/json",
"Host": "fanyi.youdao.com",
"Origin": "https://fanyi.youdao.com",
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36 Edg/103.0.1264.49"
}
data = {
'i': '你好中国',
'from': 'zh-CHS',
'to': 'en',
'smartresult': 'dict',
'client': 'fanyideskweb',
'salt': '16578734852847',

'lts': '1657873485284',
'bv': '99f65dce5b9aecb82d860e184d44cd9c',
'doctype': 'json',
'version': '2.1',
'keyfrom': 'fanyi.web',
'action': 'FY_BY_REALTlME'
}
res = requests.post(url=url,data=data,headers=headers)
code = res.status_code
print(code)
#print(res.json())
#if code== 200:

print(res.content)

500

我把translate_o换成translate
url = 'https://fanyi.youdao.com/translate?smartresult=dict&smartresult=rule%27
还是不行,不知道问题出在哪里了

  • 写回答

2条回答 默认 最新

  • Noliangperson 2022-07-15 19:55
    关注

    我是把这两个删了就好了
    'keyfrom': 'fanyi.web',
    'action': 'FY_BY_REALTlME'

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

问题事件

  • 系统已结题 7月23日
  • 已采纳回答 7月15日
  • 创建了问题 7月15日

悬赏问题

  • ¥100 有偿,谁有移远的EC200S固件和最新的Qflsh工具。
  • ¥15 找一个QT页面+目标识别(行人检测)的开源项目
  • ¥15 有没有整苹果智能分拣线上图像数据
  • ¥20 有没有人会这个东西的
  • ¥15 cfx考虑调整“enforce system memory limit”参数的设置
  • ¥30 航迹分离,航迹增强,误差分析
  • ¥15 Chrome Manifest扩展引用Ajax-hook库拦截请求失败
  • ¥15 用Ros中的Topic通讯方式控制小乌龟的速度,走矩形;编写订阅器代码
  • ¥15 LLM accuracy检测
  • ¥15 pycharm添加远程解释器报错