From d37d010c9c99e10dab789891876ec24a2ddbf2ff Mon Sep 17 00:00:00 2001 From: 17BaoH <963030965@qq.com> Date: Thu, 23 Mar 2023 22:28:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E4=B8=8B=E6=AD=A5=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E7=9A=84=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- clientCommand.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clientCommand.go b/clientCommand.go index 6e4c0e9..b6d5968 100644 --- a/clientCommand.go +++ b/clientCommand.go @@ -289,6 +289,7 @@ func RepWrite(localFilePath string, bucketName string, objectName string, numRep BucketName: bucketName, ObjectName: objectName, Hashs: hashs, + Ips: ips, UserId: userId, } c1,_=json.Marshal(command2) @@ -416,6 +417,7 @@ func EcWrite(localFilePath string, bucketName string, objectName string, ecName BucketName: bucketName, ObjectName: objectName, Hashs: hashs, + Ips: ips, UserId: userId, } c1,_=json.Marshal(command2)