We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
使用高校版的小牛翻译API时,出现请求超时问题:Error: Request timed out。 · 接口地址: https://trans.neu.edu.cn/niutrans/textTranslation?apikey=apikey的值(可在右上角个人中心查看) · 请求方式: POST · 传参方式: application/json
· 请求参数: 名称 类型 是否必选 实例值 描述 from String 是 zh 源语语种缩写 to String 是 en 目标语语种缩写 src_text String 是 你好 原文内容
· 返回结果: { "code": 200, "msg": "成功", "data": [ { "sentences": [ { "data": "Hello", "contrastSourceText": "你好", "paragraphOrder": 0, "order": 0, "uuid": , "historyResult": null, "len": 0, "sourceLanguageAbbreviation": "zh", "targetLanguageAbbreviation": "en" } ], "order": 0 } ] }
点击设置,填写对应密钥,修改api接口,不填写账户信息(高校版无此信息)
No response
The text was updated successfully, but these errors were encountered:
windingwind
No branches or pull requests
Is there an existing issue for this?
Have you checked the FAQ (#6)?
Are you using the latest Zotero and the latest plugin?
Environment
Describe the bug
使用高校版的小牛翻译API时,出现请求超时问题:Error: Request timed out。
· 接口地址: https://trans.neu.edu.cn/niutrans/textTranslation?apikey=apikey的值(可在右上角个人中心查看)
· 请求方式: POST
· 传参方式: application/json
· 请求参数:
名称 类型 是否必选 实例值 描述
from String 是 zh 源语语种缩写
to String 是 en 目标语语种缩写
src_text String 是 你好 原文内容
· 返回结果:
{
"code": 200,
"msg": "成功",
"data": [
{
"sentences": [
{
"data": "Hello",
"contrastSourceText": "你好",
"paragraphOrder": 0,
"order": 0,
"uuid": ,
"historyResult": null,
"len": 0,
"sourceLanguageAbbreviation": "zh",
"targetLanguageAbbreviation": "en"
}
],
"order": 0
}
]
}
Debug Output
点击设置,填写对应密钥,修改api接口,不填写账户信息(高校版无此信息)
Anything else?
No response
The text was updated successfully, but these errors were encountered: