20 lines
284 B
Markdown
20 lines
284 B
Markdown
|
|
# 基本示例
|
||
|
|
|
||
|
|
依赖安装:
|
||
|
|
|
||
|
|
```bash
|
||
|
|
conan install . -s build_type=Release --build=missing
|
||
|
|
```
|
||
|
|
|
||
|
|
配置json示例:
|
||
|
|
|
||
|
|
```json
|
||
|
|
{
|
||
|
|
"baseUrl": "https://fanyi-api.baidu.com/api/trans/vip/translate?",
|
||
|
|
"appId": "xxx",
|
||
|
|
"appKey": "",
|
||
|
|
"appSecret": "xxx",
|
||
|
|
"type": 0
|
||
|
|
}
|
||
|
|
```
|