15 lines
221 B
Markdown
15 lines
221 B
Markdown
# 基本示例
|
|
|
|
配置json示例:
|
|
|
|
```json
|
|
{
|
|
"baseUrl": "https://fanyi-api.baidu.com/api/trans/vip/translate?",
|
|
"appId": "xxx",
|
|
"appKey": "",
|
|
"appSecret": "xxx",
|
|
"type": 0,
|
|
"interval": 200
|
|
}
|
|
```
|