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.
2 parents 7b8c98d + 0d04d04 commit f5fc553Copy full SHA for f5fc553
docs/README.md
@@ -283,7 +283,7 @@ SDK源码地址:<https://github.com/qiniu/php-sdk/tags>
283
//$baseUrl 就是您要访问资源的地址
284
$baseUrl = Qiniu_RS_MakeBaseUrl($domain, $key);
285
286
-其中<domain>可以到[七牛云存储开发者自助网站](https://portal.qiniu.com/)绑定, 域名可以使用自己一级域名的或者是由七牛提供的二级域名(`<bucket>.qiniudn.com`)。注意,尖括号不是必需,代表替换项。
+其中<domain>是bucket所对应的域名。七牛云存储为每一个bucket提供一个默认域名。默认域名可以到[七牛云存储开发者平台](https://portal.qiniu.com/)中,空间设置的域名设置一节查询。用户也可以将自有的域名绑定到bucket上,通过自有域名访问七牛云存储。
287
288
**注意: key必须采用utf8编码,如使用非utf8编码访问七牛云存储将反馈错误**
289
0 commit comments