Browse Source

添加下步任务的注释

gitlink
17BaoH 2 years ago
parent
commit
d37d010c9c
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      clientCommand.go

+ 2
- 0
clientCommand.go View File

@@ -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)


Loading…
Cancel
Save