发布 v0.8.1
This commit is contained in:
+1
-1
@@ -11926,7 +11926,7 @@ const docTemplate = `{
|
||||
|
||||
// SwaggerInfo holds exported Swagger Info so clients can modify it
|
||||
var SwaggerInfo = &swag.Spec{
|
||||
Version: "0.8.0",
|
||||
Version: "0.8.1",
|
||||
Host: "",
|
||||
BasePath: "/",
|
||||
Schemes: []string{},
|
||||
|
||||
+1
-1
@@ -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.0"
|
||||
"version": "0.8.1"
|
||||
},
|
||||
"basePath": "/",
|
||||
"paths": {
|
||||
|
||||
+1
-1
@@ -3011,7 +3011,7 @@ info:
|
||||
description: '自托管 OCI 多租户管理面板 API。业务接口用 JWT(Bearer);AI 网关端点(/ai/v1/*)用独立网关密钥(Authorization:
|
||||
Bearer 或 x-api-key)。'
|
||||
title: OCI Portal API
|
||||
version: 0.8.0
|
||||
version: 0.8.1
|
||||
paths:
|
||||
/ai/v1/audio/speech:
|
||||
post:
|
||||
|
||||
Reference in New Issue
Block a user