Files
baidu_fanyi/README.md
2026-03-13 09:16:16 +08:00

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
}
```