curl--location--request POST 'http://aawt.192.iamjoy.cn/?s=/api/Xfits/getXunFeiTranslate' \
--form'content="我爱你 中国"' \
--form'from="cn"' \
--form'to="en"'
Responses
🟢200成功
application/json
Body
Example
{"code":1,"msg":"success","data":{"code":0,"data":{"result":{"from":"cn","to":"en","trans_result":{"dst":"I love you China.","src":"我爱你 中国"}}},"message":"success","sid":"its0008f3e8@dx18a02c3f6cea11d902"}}