Skip to content

Commit

Permalink
docs: 更新文档
Browse files Browse the repository at this point in the history
  • Loading branch information
Cassius0924 committed Feb 28, 2024
1 parent 7c7721e commit 753d526
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ docker run -d \
dannicool/docker-wechatbot-webhook
```

- `<Token>`登录令牌(可选)
- `<Token>`令牌
- `<宿主机IP>`:填入 Docker 的宿主机地址。
- `<接收消息端口>`:设置一个接收消息的端口,默认为 `4000`

Expand Down Expand Up @@ -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 配置

Expand Down

0 comments on commit 753d526

Please sign in to comment.