Skip to content

Commit a18a082

Browse files
authored
Merge pull request #278 from taoqf/master
correct pfop function typescript type definition
2 parents f37e4cd + 130aeda commit a18a082

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ export declare namespace util {
341341
* 创建AccessToken凭证
342342
* @param mac AK&SK对象
343343
* @param requestURI 请求URL
344-
* @param reqMethod 请求方法,例如 GET,POST
344+
* @param reqMethod 请求方法,例如 GET,POST
345345
* @param reqContentType 请求类型,例如 application/json 或者 application/x-www-form-urlencoded
346346
* @param reqBody 请求Body,仅当请求的 ContentType 为 application/json 或者 application/x-www-form-urlencoded 时才需要传入该参数
347347
*/
@@ -435,7 +435,7 @@ export declare namespace fop {
435435
* @param options
436436
* @param callback
437437
*/
438-
pfop(bucket: string, key: string, fops: string, pipeline: string, options: PfopOptions | null, callback: callback): void;
438+
pfop(bucket: string, key: string, fops: string[], pipeline: string, options: PfopOptions | null, callback: callback): void;
439439

440440
/**
441441
* 查询持久化数据处理进度

0 commit comments

Comments
 (0)