File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2326,8 +2326,8 @@ declare class COS {
2326
2326
appendObject ( params : COS . AppendObjectParams ) : Promise < COS . GeneralResult > ;
2327
2327
2328
2328
/** 分块下载 @see https://cloud.tencent.com/document/product/436/64981#.E5.88.86.E5.9D.97.E4.B8.8B.E8.BD.BD.E5.AF.B9.E8.B1.A1 */
2329
- downloadFile ( params : COS . DownloadFileParams , callback : ( err : COS . CosError , data : COS . GeneralResult ) => void ) : void ;
2330
- downloadFile ( params : COS . DownloadFileParams ) : Promise < COS . GeneralResult > ;
2329
+ downloadFile ( params : COS . DownloadFileParams , callback : ( err : COS . CosError , data : COS . GetObjectResult ) => void ) : void ;
2330
+ downloadFile ( params : COS . DownloadFileParams ) : Promise < COS . GetObjectResult > ;
2331
2331
2332
2332
/** 获取 COS JSON API (v4) 签名 @see https://cloud.tencent.com/document/product/436/6054 */
2333
2333
getV4Auth ( params : COS . GetV4AuthParams ) : COS . Authorization ;
You can’t perform that action at this time.
0 commit comments