Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions docSite/content/zh-cn/docs/course/official_account.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ toc: true
weight: 113
---

从 4.8.10 版本起,FastGPT 商业版支持直接接入微信公众号,无需额外的 API。

**注意⚠️: 目前只支持通过验证的公众号(服务号和订阅号都可以)**

## 1. 在 FastGPT 新建发布渠道
Expand All @@ -32,6 +34,35 @@ weight: 113

![图片](/imgs/offiaccount-4.png)

私有部署的用户可自行查阅自己的 IP 地址。

海外版用户(fastgpt.in)可以填写下面的 IP 白名单:

```
34.87.20.17
35.247.161.35
34.87.51.146
34.87.110.152
35.247.163.68
34.126.163.205
34.87.20.189
34.87.102.86
35.240.227.100
35.198.192.104
34.143.149.171
34.87.152.33
34.124.237.188
35.197.149.75
34.87.44.74
35.247.163.68
34.124.189.116
34.87.79.202
34.87.173.252
34.143.240.160
34.87.180.104
34.142.157.52
```

## 4. 获取AES Key,选择加密方式

![图片](/imgs/offiaccount-5.png)
Expand Down