From 753d526220c4b611f3ba4e5d2c0a4f54b2583b3a Mon Sep 17 00:00:00 2001 From: Cassius0924 <2670226747@qq.com> Date: Wed, 28 Feb 2024 17:16:51 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=E6=96=87=E6=A1=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5168be7..0580889 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ docker run -d \ dannicool/docker-wechatbot-webhook ``` -- ``:登录令牌(可选) +- ``:令牌 - `<宿主机IP>`:填入 Docker 的宿主机地址。 - `<接收消息端口>`:设置一个接收消息的端口,默认为 `4000`。 @@ -147,6 +147,7 @@ python3 -m wechatter | --- | --- | --- | | `wx_webhook_base_api` | 发送消息的 BaseAPI | 默认为 `localhost:3001`,即 `wxBotWebhook` Docker 的地址 | | `wx_webhook_recv_api_path` | 接收消息的接口路径 | 默认为 `/receive_msg`,此路径为 Docker 参数 `RECVD_MSG_API` 的路径 | +| `wx_webhook_token` | wxBotWebhook 的 Token | | ### ⚙️ Admin 配置