Skip to content

Commit

Permalink
Merge pull request #33 from rwifeng/doc_fix
Browse files Browse the repository at this point in the history
doc error
  • Loading branch information
longshanksmo committed Aug 14, 2013
2 parents d681127 + aced760 commit e78e7b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ SDK源码地址:<https://github.com/qiniu/php-sdk/tags>
Qiniu_SetKeys($accessKey, $secretKey);
$baseUrl = Qiniu_RS_MakeBaseUrl($domain, $key);
$getPolicy = new Qiniu_RS_GetPolicy();
$privateUrl = $getPolicy->MakeRequest($baseUrl);
$privateUrl = $getPolicy->MakeRequest($baseUrl, null);
echo "====> getPolicy result: \n";
echo $privateUrl . "\n";

Expand Down

0 comments on commit e78e7b1

Please sign in to comment.