Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
赵月辉
/
fastgpt-migrated
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
4333eb9c
authored
Sep 16, 2025
by
Zeng Qingwen
Committed by
GitHub
Sep 16, 2025
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: update wecom doc (#5656)
parent
e68a8013
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
13 deletions
+22
-13
document/content/docs/use-cases/external-integration/wecom.mdx
+21
-12
document/data/doc-last-modified.json
+1
-1
document/public/imgs/wecom-bot-19.png
+0
-0
No files found.
document/content/docs/use-cases/external-integration/wecom.mdx
View file @
4333eb9c
...
@@ -5,7 +5,7 @@ description: FastGPT 接入企微机器人教程
...
@@ -5,7 +5,7 @@ description: FastGPT 接入企微机器人教程
从 4.12.4 版本起,FastGPT 商业版支持直接接入企微机器人,无需额外的 API。
从 4.12.4 版本起,FastGPT 商业版支持直接接入企微机器人,无需额外的 API。
## 1.配置可信域名和可信IP
## 1.
配置可信域名和可信IP
点击企微头像,打开管理企业
点击企微头像,打开管理企业
...
@@ -33,7 +33,7 @@ description: FastGPT 接入企微机器人教程
...
@@ -33,7 +33,7 @@ description: FastGPT 接入企微机器人教程


现在回到企业微信平台,找到 Corp ID, Agent ID, Token, AES Key 信息并填写回 FastGPT 平台
现在回到企业微信平台,找到 Corp ID,
Secret,
Agent ID, Token, AES Key 信息并填写回 FastGPT 平台


...
@@ -59,7 +59,7 @@ description: FastGPT 接入企微机器人教程
...
@@ -59,7 +59,7 @@ description: FastGPT 接入企微机器人教程


回到刚才的配置详情, 将刚才复制的链接填入 URL 框中, 并点击创建
回到刚才的配置详情, 将刚才复制的链接填入 URL 框中, 并点击
下方的保存 ,即可完成自建应用的
创建
注意: 若复制的链接是以 "http://localhost" 开头, 需要将本地地址改为企业主体域名
注意: 若复制的链接是以 "http://localhost" 开头, 需要将本地地址改为企业主体域名
...
@@ -69,6 +69,8 @@ description: FastGPT 接入企微机器人教程
...
@@ -69,6 +69,8 @@ description: FastGPT 接入企微机器人教程
## 3. 创建智能机器人
## 3. 创建智能机器人
第二步创建企业自建应用是为了验证域名和IP的合规性, 并获取 secret 参数, 下面创建智能机器人才是正式的配置流程
在"安全与管理" - "管理工具"页面找到"智能机器人" ( 注意: 只有企业创建者或超级管理员才有权限看到这个入口 )
在"安全与管理" - "管理工具"页面找到"智能机器人" ( 注意: 只有企业创建者或超级管理员才有权限看到这个入口 )


...
@@ -77,23 +79,29 @@ description: FastGPT 接入企微机器人教程
...
@@ -77,23 +79,29 @@ description: FastGPT 接入企微机器人教程


与刚才配置自建应用同理, 配置这三个参数
与刚才配置自建应用同理, 在 FastGPT 平台再新增一个发布渠道, 并回到企业微信配置参数

随机生成或者手动输入 Token 和 Encoding-AESKey, 分别填写到 FastGPT 的 Token 和 AES Key 中


注意: 这里的 Agent ID , 和上面的不同, 可以先随意填写一个值, 后续会根据企业微信提供的数据重新更改
Corp ID 和 Secret 这两个参数和刚才的自建应用保持一致
Secret 为用户自己决定的密令
Agent ID 和自建应用的不同, 需要先填写一个自定义值, 后续会根据企业微信提供的数据重新更改
填写完成后确认创建
在 FastGPT 将Corp ID, Secret, Agent ID, Token, AES Key 等参数都填写完毕后, 点击确认
然后点击请求地址, 复制页面中的链接
然后点击请求地址, 复制页面中的链接, 链接的地址也必须为企业主体域名
回到企业微信, 将链接粘贴到智能机器人的 URL 配置栏, 点击创建
创建完成后, 找到智能机器人的配置详情
创建完成后, 找到智能机器人的配置详情


复制 Bot ID, 填写到 FastGPT 的 Agent ID 中
复制 Bot ID, 填写到 FastGPT 的 Agent ID 中
, 即可完成智能机器人配置


...
@@ -107,6 +115,7 @@ Secret 为用户自己决定的密令
...
@@ -107,6 +115,7 @@ Secret 为用户自己决定的密令
### 发送了消息,没响应
### 发送了消息,没响应
1. 检查企微机器人回调地址、权限等是否正确。
1. 检查可信域名和可信IP是否配置正确。
2. 查看 FastGPT 对话日志,是否有对应的提问记录
2. 检查自建应用的 Secret 参数是否与智能机器人一致。
3. 如果没记录,则可能是应用运行报错了,可以先试试最简单的机器人。(飞书机器人无法输入全局变量、文件、图片内容)
3. 查看 FastGPT 对话日志,是否有对应的提问记录
4. 如果没记录,则可能是应用运行报错了,可以先试试最简单的机器人.
document/data/doc-last-modified.json
View file @
4333eb9c
...
@@ -106,7 +106,7 @@
...
@@ -106,7 +106,7 @@
"document/content/docs/upgrading/4-12/4121.mdx"
:
"2025-09-07T14:41:48+08:00"
,
"document/content/docs/upgrading/4-12/4121.mdx"
:
"2025-09-07T14:41:48+08:00"
,
"document/content/docs/upgrading/4-12/4122.mdx"
:
"2025-09-07T14:41:48+08:00"
,
"document/content/docs/upgrading/4-12/4122.mdx"
:
"2025-09-07T14:41:48+08:00"
,
"document/content/docs/upgrading/4-12/4123.mdx"
:
"2025-09-07T20:55:14+08:00"
,
"document/content/docs/upgrading/4-12/4123.mdx"
:
"2025-09-07T20:55:14+08:00"
,
"document/content/docs/upgrading/4-12/4124.mdx"
:
"2025-09-15T20:
02
:54+08:00"
,
"document/content/docs/upgrading/4-12/4124.mdx"
:
"2025-09-15T20:
39
:54+08:00"
,
"document/content/docs/upgrading/4-8/40.mdx"
:
"2025-08-02T19:38:37+08:00"
,
"document/content/docs/upgrading/4-8/40.mdx"
:
"2025-08-02T19:38:37+08:00"
,
"document/content/docs/upgrading/4-8/41.mdx"
:
"2025-08-02T19:38:37+08:00"
,
"document/content/docs/upgrading/4-8/41.mdx"
:
"2025-08-02T19:38:37+08:00"
,
"document/content/docs/upgrading/4-8/42.mdx"
:
"2025-08-02T19:38:37+08:00"
,
"document/content/docs/upgrading/4-8/42.mdx"
:
"2025-08-02T19:38:37+08:00"
,
...
...
document/public/imgs/wecom-bot-19.png
0 → 100644
View file @
4333eb9c
227 KB
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment