From b02e8238a5cb93f6821f45db8366196644d02b22 Mon Sep 17 00:00:00 2001 From: wucongxing8150 <815046773@qq.com> Date: Tue, 29 Oct 2024 13:45:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E5=9B=BE=E7=89=87=E4=B8=8A?= =?UTF-8?q?=E4=BC=A01111?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/service/admin.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/service/admin.go b/api/service/admin.go index 1f6a083..c51ca63 100644 --- a/api/service/admin.go +++ b/api/service/admin.go @@ -87,7 +87,7 @@ func (a *AdminService) GetOssSign(getOssSignRequest requests.GetOssSign) (*aliyu dir = dir + "cert/" } else if getOssSignRequest.Scene == 3 { dir = dir + "card/" - } else if getOssSignRequest.Scene == 3 { + } else if getOssSignRequest.Scene == 4 { dir = dir + "article/" } }