From c732476716893961fbd06d337c618801e94ceed1 Mon Sep 17 00:00:00 2001 From: xudawei Date: Thu, 13 Mar 2025 17:44:17 +0800 Subject: [PATCH] =?UTF-8?q?feat:(REQ-3540)=20=E5=A4=8D=E5=88=B6=E5=AF=B9?= =?UTF-8?q?=E8=B1=A1=E5=87=BA=E5=8F=82=E6=B3=A8=E9=87=8A=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../http/model/copyobject/ServerFileBatchCopyObjectRequest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oss-http-api/src/main/java/cn/axzo/oss/http/model/copyobject/ServerFileBatchCopyObjectRequest.java b/oss-http-api/src/main/java/cn/axzo/oss/http/model/copyobject/ServerFileBatchCopyObjectRequest.java index d41fac4..3b85a78 100644 --- a/oss-http-api/src/main/java/cn/axzo/oss/http/model/copyobject/ServerFileBatchCopyObjectRequest.java +++ b/oss-http-api/src/main/java/cn/axzo/oss/http/model/copyobject/ServerFileBatchCopyObjectRequest.java @@ -58,7 +58,7 @@ public class ServerFileBatchCopyObjectRequest { private String targetChannelCode; /** - * 文件名称 + * 文件名称(包含后缀) */ private String targetFileName;