feat: labBot demo

This commit is contained in:
archer
2023-09-04 17:02:21 +08:00
parent 8dba2c39e1
commit 3449024678
13 changed files with 1254 additions and 2 deletions

View File

@@ -13,6 +13,12 @@ weight: 996
1. https://xxxxx/api/admin/initv43
```bash
curl --location --request POST 'https://{{host}}/api/admin/initv43' \
--header 'rootkey: {{rootkey}}' \
--header 'Content-Type: application/json'
```
会给 PG 数据库的 modeldata 表插入一个新列 file_id用于存储文件 ID。
## 增加环境变量