发布 v0.8.3
CI / test (push) Successful in 22s
Release / release (push) Successful in 44s

This commit is contained in:
2026-07-30 12:44:14 +08:00
parent 109c345e5e
commit 23b2820101
12 changed files with 181 additions and 27 deletions
+1 -1
View File
@@ -12723,7 +12723,7 @@ const docTemplate = `{
// SwaggerInfo holds exported Swagger Info so clients can modify it
var SwaggerInfo = &swag.Spec{
Version: "0.8.2",
Version: "0.8.3",
Host: "",
BasePath: "/",
Schemes: []string{},
+2 -2
View File
@@ -4,7 +4,7 @@
"description": "自托管 OCI 多租户管理面板 API。业务接口用 JWT(Bearer);AI 网关端点(/ai/v1/*)用独立网关密钥(Authorization: Bearer 或 x-api-key)。",
"title": "OCI Portal API",
"contact": {},
"version": "0.8.2"
"version": "0.8.3"
},
"basePath": "/",
"paths": {
@@ -12712,4 +12712,4 @@
"in": "header"
}
}
}
}
+1 -1
View File
@@ -3146,7 +3146,7 @@ info:
description: '自托管 OCI 多租户管理面板 API。业务接口用 JWT(Bearer);AI 网关端点(/ai/v1/*)用独立网关密钥(Authorization:
Bearer 或 x-api-key)。'
title: OCI Portal API
version: 0.8.2
version: 0.8.3
paths:
/ai/v1/audio/speech:
post: