Skip to content

Commit

Permalink
fix: 优化d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
livehigh committed Nov 17, 2023
1 parent 0222e90 commit 735ab44
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ declare namespace COS {
Domain?: string;
/** getService方法可以使用的自定义域名 */
ServiceDomain?: string;
/** 强制使用后缀式模式发请求。后缀式模式中 Bucket 会放在域名后的 pathname 里,并且 Bucket 会加入签名 pathname 计算,默认 false */
Protocol?: string;
/** http协议,枚举值'http:','https:','http','https:' */
Protocol?: 'http' | 'http:' | 'https' | 'https:';
/** 设置代理,格式如 http://127.0.0.1:8888 */
Proxy?: string;
/** 透传给request */
Expand Down

0 comments on commit 735ab44

Please sign in to comment.