英译中
POST
/translate_en2zh
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/translate_en2zh' \
--header 'Content-Type: application/json' \
--data-raw '{
"words": [
"word",
"message",
"group"
]
}'
响应示例响应示例
{
"status": "ok",
"retcode": 0,
"data": [
"单词",
"讯息",
"群组"
],
"message": "",
"wording": "",
"echo": null
}
请求参数
Body 参数application/json