mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-17 09:56:06 +00:00
feat: update file download url
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
"adapter": "gewechat",
|
||||
"enable": false,
|
||||
"gewechat_url": "http://your-gewechat-server:2531",
|
||||
"gewechat_downloadImage_port": 2532,
|
||||
"gewechat_file_url": "http://your-gewechat-server:2532",
|
||||
"port": 2286,
|
||||
"callback_url": "http://your-callback-url:2286/gewechat/callback",
|
||||
"app_id": "",
|
||||
|
||||
@@ -325,10 +325,10 @@
|
||||
"default": "",
|
||||
"description": "gewechat 的 url"
|
||||
},
|
||||
"gewechat_downloadImage_port": {
|
||||
"type": "integer",
|
||||
"default": 2532,
|
||||
"description": "gewechat 下载图片的端口"
|
||||
"gewechat_file_url": {
|
||||
"type": "string",
|
||||
"default": "",
|
||||
"description": "gewechat 文件下载URL"
|
||||
},
|
||||
"port": {
|
||||
"type": "integer",
|
||||
|
||||
Reference in New Issue
Block a user