Skip to content

Commit a86785e

Browse files
committed
change reference link
1 parent fe981e6 commit a86785e

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

src/Qiniu/Processing/PersistentFop.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,7 @@ public function __construct($auth, $bucket, $pipeline = null, $notify_url = null
4848
* @param $key 待处理的源文件
4949
* @param $fops 处理详细操作,规格详见 http://developer.qiniu.com/docs/v6/api/reference/fop/
5050
*
51-
* @return array[] 返回持久化处理的persistentId,类似{"persistentId": 5476bedf7823de4068253bae}
52-
*
53-
* @link http://developer.qiniu.com/docs/v6/api/reference/rs/list.html
51+
* @return array[] 返回持久化处理的persistentId, 和返回的错误。
5452
*/
5553
public function execute($key, array $fops)
5654
{

src/Qiniu/Storage/BucketManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ public function prefetch($bucket, $key)
239239
* { "code" => <HttpCode int>, "data" => { "error": "<ErrorMessage string>" } },
240240
* ...
241241
* ]
242-
* @link http://developer.qiniu.com/docs/v6/api/reference/rs/prefetch.html
242+
* @link http://developer.qiniu.com/docs/v6/api/reference/rs/batch.html
243243
*/
244244
public function batch($operations)
245245
{

0 commit comments

Comments
 (0)