Skip to content

Commit

Permalink
Merge pull request #34 from qiniu/develop
Browse files Browse the repository at this point in the history
fix sample codes in doc
  • Loading branch information
longshanksmo committed Aug 14, 2013
2 parents 1717009 + e78e7b1 commit f1235d9
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 f1235d9

Please sign in to comment.