From 62e6a49d0280e7b02ffb73ff9d861cd7ce188a97 Mon Sep 17 00:00:00 2001 From: wucongxing8150 <815046773@qq.com> Date: Tue, 15 Oct 2024 10:39:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E8=8E=B7=E5=8F=96oss?= =?UTF-8?q?=E7=AD=BE=E5=90=8D1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/controller/Public.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/controller/Public.go b/api/controller/Public.go index 1d30f8d..4cd1591 100644 --- a/api/controller/Public.go +++ b/api/controller/Public.go @@ -355,7 +355,7 @@ func (b *Public) GetOssSign(c *gin.Context) { } // 获取oss签名 - dir := "base/class/" + dir := "basic/class/" // 生成签名 ossSign, err := aliyun.GetOssSign(dir)