We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cc79e7 commit 7a4cdbaCopy full SHA for 7a4cdba
index.d.ts
@@ -2624,7 +2624,7 @@ declare class COS {
2624
/** 获取文件下载链接 @see https://cloud.tencent.com/document/product/436/35651 */
2625
getObjectUrl(
2626
params: COS.GetObjectUrlParams,
2627
- callback: (err: COS.CosError, data: COS.GetObjectUrlResult) => void
+ callback?: (err: COS.CosError, data: COS.GetObjectUrlResult) => void
2628
): string;
2629
2630
/** 追加上传 @see https://cloud.tencent.com/document/product/436/7741 */
0 commit comments