Skip to content

Commit 41f7644

Browse files
Merge pull request #71 from jackyding2679/bug_fix
fix bug
2 parents 35e022f + c6c0a11 commit 41f7644

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

include/cos_api.h

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -244,15 +244,6 @@ class CosAPI {
244244
/// \return 返回HTTP请求的状态码及错误信息
245245
CosResult GetObject(const GetObjectByFileReq& request, GetObjectByFileResp* response);
246246

247-
/// \brief 多线程下载Bucket中的一个文件到本地
248-
/// 详见: https://www.qcloud.com/document/product/436/7753
249-
///
250-
/// \param request MultiGetObject请求
251-
/// \param response MultiGetObject返回
252-
///
253-
/// \return 返回HTTP请求的状态码及错误信息
254-
CosResult GetObject(const MultiGetObjectReq& request, MultiGetObjectResp* response);
255-
256247
/// \brief 返回对象的URL
257248
///
258249
/// \param bucket 存储桶名
@@ -799,4 +790,4 @@ class CosAPI {
799790
};
800791

801792
} // namespace qcloud_cos
802-
#endif
793+
#endif

0 commit comments

Comments
 (0)