mirror of
https://github.com/labring/FastGPT.git
synced 2025-10-13 14:29:40 +00:00
Update 4124.mdx (#5654)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
---
|
||||
title: 'V4.12.4'
|
||||
title: 'V4.12.4(包含升级脚本)'
|
||||
description: 'FastGPT V4.12.4 更新说明, 发布于 2025-9-15'
|
||||
---
|
||||
|
||||
@@ -14,6 +14,22 @@ description: 'FastGPT V4.12.4 更新说明, 发布于 2025-9-15'
|
||||
- 更新 Sandbox 镜像 tag: v4.12.4
|
||||
- AIProxy 无需更新
|
||||
|
||||
### 2. 执行升级脚本
|
||||
|
||||
该脚本仅需商业版用户执行。
|
||||
|
||||
从任意终端,发起 1 个 HTTP 请求。其中 `{{rootkey}}` 替换成环境变量里的 `rootkey`;`{{host}}` 替换成**FastGPT 域名**。
|
||||
|
||||
```bash
|
||||
curl --location --request POST 'https://{{host}}/api/admin/initv4124' \
|
||||
--header 'rootkey: {{rootkey}}' \
|
||||
--header 'Content-Type: application/json'
|
||||
```
|
||||
|
||||
**脚本功能**
|
||||
|
||||
1. 补充所有资源的owner权限
|
||||
|
||||
## 🚀 新增内容
|
||||
|
||||
1. 商业版支持企微发布渠道。
|
||||
|
Reference in New Issue
Block a user