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
8a471529
authored
Dec 11, 2024
by
Archer
Committed by
GitHub
Dec 11, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update 4815.md (#3373)
parent
69dc927a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
docSite/content/zh-cn/docs/development/upgrading/4815.md
+2
-3
No files found.
docSite/content/zh-cn/docs/development/upgrading/4815.md
View file @
8a471529
...
@@ -33,7 +33,7 @@ weight: 809
...
@@ -33,7 +33,7 @@ weight: 809
从任意终端,发起 1 个 HTTP 请求。其中 {{rootkey}} 替换成环境变量里的
`rootkey`
;{{host}} 替换成
**FastGPT 域名**
。
从任意终端,发起 1 个 HTTP 请求。其中 {{rootkey}} 替换成环境变量里的
`rootkey`
;{{host}} 替换成
**FastGPT 域名**
。
```
bash
```
bash
curl
--location
--request
POST
'https://{{host}}/admin/initv4815'
\
curl
--location
--request
POST
'https://{{host}}/a
pi/a
dmin/initv4815'
\
--header
'rootkey: {{rootkey}}'
\
--header
'rootkey: {{rootkey}}'
\
--header
'Content-Type: application/json'
--header
'Content-Type: application/json'
```
```
...
@@ -61,4 +61,4 @@ curl --location --request POST 'https://{{host}}/admin/initv4815' \
...
@@ -61,4 +61,4 @@ curl --location --request POST 'https://{{host}}/admin/initv4815' \
16.
修复 - 语言播放鉴权问题。
16.
修复 - 语言播放鉴权问题。
17.
修复 - 插件应用知识库引用上限始终为 3000
17.
修复 - 插件应用知识库引用上限始终为 3000
18.
修复 - 工作流编辑记录存储上限,去掉本地存储,增加异常离开时,强制自动保存。
18.
修复 - 工作流编辑记录存储上限,去掉本地存储,增加异常离开时,强制自动保存。
19.
修复 - 工作流特殊变量替换问题。($开头的字符串无法替换)
19.
修复 - 工作流特殊变量替换问题。($开头的字符串无法替换)
\ No newline at end of file
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