Files
baidu_fanyi/README.md

15 lines
221 B
Markdown
Raw Normal View History

2026-03-10 11:55:26 +08:00
# 基本示例
配置json示例:
```json
{
"baseUrl": "https://fanyi-api.baidu.com/api/trans/vip/translate?",
"appId": "xxx",
"appKey": "",
"appSecret": "xxx",
2026-03-10 14:32:11 +08:00
"type": 0,
2026-03-10 14:32:53 +08:00
"interval": 200
2026-03-10 11:55:26 +08:00
}
```