Skip to content

Commit a4ec2dc

Browse files
committed
docs: update comment
1 parent 86f6df5 commit a4ec2dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Qiniu/Storage/BucketManager.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -675,7 +675,7 @@ public function changeMime($bucket, $key, $mime)
675675
*
676676
* @param string $bucket 待操作资源所在空间
677677
* @param string $key 待操作资源文件名
678-
* @param int $fileType 待操作文件目标文件类型
678+
* @param int $fileType 0 表示标准存储;1 表示低频存储;2 表示归档存储
679679
*
680680
* @return array
681681
* @link https://developer.qiniu.com/kodo/api/3710/chtype
@@ -692,7 +692,7 @@ public function changeType($bucket, $key, $fileType)
692692
*
693693
* @param string $bucket 待操作资源所在空间
694694
* @param string $key 待操作资源文件名
695-
* @param int $status 待操作文件目标文件类型
695+
* @param int $status 0表示启用;1表示禁用
696696
*
697697
* @return array
698698
* @link https://developer.qiniu.com/kodo/api/4173/modify-the-file-status

0 commit comments

Comments
 (0)