切换批次和文件的 ID 类型为 UUID,更新相关逻辑和文档
This commit is contained in:
@@ -284,8 +284,8 @@
|
||||
"summary": "获取批次详情",
|
||||
"parameters": [
|
||||
{
|
||||
"type": "integer",
|
||||
"description": "批次 ID",
|
||||
"type": "string",
|
||||
"description": "批次 ID (UUID)",
|
||||
"name": "batch_id",
|
||||
"in": "path",
|
||||
"required": true
|
||||
@@ -337,8 +337,8 @@
|
||||
"summary": "修改批次信息",
|
||||
"parameters": [
|
||||
{
|
||||
"type": "integer",
|
||||
"description": "批次 ID",
|
||||
"type": "string",
|
||||
"description": "批次 ID (UUID)",
|
||||
"name": "batch_id",
|
||||
"in": "path",
|
||||
"required": true
|
||||
@@ -396,8 +396,8 @@
|
||||
"summary": "删除批次",
|
||||
"parameters": [
|
||||
{
|
||||
"type": "integer",
|
||||
"description": "批次 ID",
|
||||
"type": "string",
|
||||
"description": "批次 ID (UUID)",
|
||||
"name": "batch_id",
|
||||
"in": "path",
|
||||
"required": true
|
||||
@@ -703,8 +703,8 @@
|
||||
"summary": "下载单个文件",
|
||||
"parameters": [
|
||||
{
|
||||
"type": "integer",
|
||||
"description": "文件 ID",
|
||||
"type": "string",
|
||||
"description": "文件 ID (UUID)",
|
||||
"name": "file_id",
|
||||
"in": "path",
|
||||
"required": true
|
||||
@@ -876,7 +876,7 @@
|
||||
}
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
"type": "string"
|
||||
},
|
||||
"max_downloads": {
|
||||
"type": "integer"
|
||||
@@ -904,13 +904,13 @@
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"batch_id": {
|
||||
"type": "integer"
|
||||
"type": "string"
|
||||
},
|
||||
"created_at": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer"
|
||||
"type": "string"
|
||||
},
|
||||
"mime_type": {
|
||||
"type": "string"
|
||||
@@ -976,7 +976,7 @@
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"batch_id": {
|
||||
"type": "integer"
|
||||
"type": "string"
|
||||
},
|
||||
"expire_at": {
|
||||
"type": "string"
|
||||
|
||||
Reference in New Issue
Block a user