other/text-translation
Description
- Translate text in the specified language into Chinese.
Request URL
http://127.0.0.1:8888/api/
Request Method
Parameters
Parameter Name | Required | Parameter Type | Description |
---|
type | Yes | int | API ID |
languageNo | Yes | int | Message Type |
content | Yes | string | message |
语言
Message Type | enumerated values |
---|
English | 1 |
Japanese | 3 |
Return Example
{
"type": 83
"languageNo": 1,
"content": "come on ! come on ! come on !"
}
Return Example
{
"data": {
"status": 0,
"desc": "",
"data": []
}
}
Return Parameter Description
Parameter Name | Parameter Type | Description |
---|
error_code | int | Error code |
description | string | Error Description |
data | json | Business data |