Skip to content

17Yuns/GoogleTranslate_API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

google翻译api


api请求地址:/v1/translate
请求方式post
请求参数
{
    "be":"zh-CN",
    "to":"en",
    "message":"今天天气不错,我们出去玩耍",
    "type":0
}

be:你要传入的原语言 to:你要翻译成是语言 message:不多说 type:传入 1 是我处理之后返回,传入其他数字就是原返回内容