From 561eb1416a43ee65fcb4f85d4c96ff9683d43619 Mon Sep 17 00:00:00 2001 From: liguanjie Date: Mon, 26 May 2025 16:36:27 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90oss=E6=9C=8D=E5=8A=A1=E3=80=91?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=B8=8A=E4=BC=A0=E5=8D=95=E4=B8=AA=E7=9F=AD?= =?UTF-8?q?=E8=B7=AF=E5=BE=84=E8=BF=94=E5=9B=9E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- services/oss/upload_put.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/services/oss/upload_put.go b/services/oss/upload_put.go index 9d1161e..14c67c2 100644 --- a/services/oss/upload_put.go +++ b/services/oss/upload_put.go @@ -16,7 +16,8 @@ type PutOssResponse struct { Code int `json:"code"` Msg string `json:"msg"` Data struct { - Url string `json:"url"` + Url string `json:"url"` + SavePath string `json:"save_path"` } }