Skip to content

Commit

Permalink
fix download ret message
Browse files Browse the repository at this point in the history
  • Loading branch information
lewzylu committed Mar 27, 2018
1 parent cbd58c2 commit ce1edd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qcloud/cos/Api.php
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ public function download($bucket, $srcPath, $dstPath) {
}
return array(
'code' => self::COSAPI_SUCCESS,
'message' => '',
'message' => 'SUCCESS',
'data' => array()
);
}
Expand Down

0 comments on commit ce1edd2

Please sign in to comment.