From 0fa7ad2557204c106644b67b0c1719224ea722a5 Mon Sep 17 00:00:00 2001
From: jiangshuai <291802688@qq.com>
Date: 星期一, 06 十一月 2023 10:20:06 +0800
Subject: [PATCH] 无重要更新
---
utils/upload/seaweed.go | 1 +
docs/swagger.yaml | 2 ++
docs/docs.go | 5 +++--
docs/swagger.json | 3 +++
4 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/docs/docs.go b/docs/docs.go
index 575933f..548c159 100644
--- a/docs/docs.go
+++ b/docs/docs.go
@@ -3489,6 +3489,9 @@
"description": "姣忛〉澶у皬",
"type": "integer"
},
+ "productId": {
+ "type": "string"
+ },
"type": {
"description": "绫诲瀷:bh=琛ヨ揣",
"type": "string"
@@ -4112,8 +4115,6 @@
Description: "",
InfoInstanceName: "swagger",
SwaggerTemplate: docTemplate,
- LeftDelim: "{{",
- RightDelim: "}}",
}
func init() {
diff --git a/docs/swagger.json b/docs/swagger.json
index 16eff99..53621ab 100644
--- a/docs/swagger.json
+++ b/docs/swagger.json
@@ -3477,6 +3477,9 @@
"description": "姣忛〉澶у皬",
"type": "integer"
},
+ "productId": {
+ "type": "string"
+ },
"type": {
"description": "绫诲瀷:bh=琛ヨ揣",
"type": "string"
diff --git a/docs/swagger.yaml b/docs/swagger.yaml
index c318180..d15fc23 100644
--- a/docs/swagger.yaml
+++ b/docs/swagger.yaml
@@ -949,6 +949,8 @@
pageSize:
description: 姣忛〉澶у皬
type: integer
+ productId:
+ type: string
type:
description: 绫诲瀷:bh=琛ヨ揣
type: string
diff --git a/utils/upload/seaweed.go b/utils/upload/seaweed.go
new file mode 100644
index 0000000..acc30e6
--- /dev/null
+++ b/utils/upload/seaweed.go
@@ -0,0 +1 @@
+package upload
--
Gitblit v1.8.0