Skip to content

Commit f117d04

Browse files
committed
2.0.0
1 parent 9dda948 commit f117d04

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ php composer.phar require --prefer-dist xutl/yii2-qcloud
1616
or add
1717

1818
```
19-
"xutl/yii2-qcloud": "~1.0.0"
19+
"xutl/yii2-qcloud": "~2.0.0"
2020
```
2121

2222
to the require section of your `composer.json` file.
@@ -56,7 +56,9 @@ $package = [
5656
print_r($wenzhi->TextKeywords($package));
5757
```
5858

59-
v2.0 使用方法
59+
v2.0 使用方法 QCloud::API_CNS 这个接口名称,可以直接输入字符串,会和主机头组合起来作为Host,第二个参数是可用区,按照说明可为空,
60+
但是有些地区不能为空。
61+
6062
```php
6163
use xutl\qcloud\Qcloud;
6264

0 commit comments

Comments
 (0)