We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1717009 + e78e7b1 commit f1235d9Copy full SHA for f1235d9
docs/README.md
@@ -304,7 +304,7 @@ SDK源码地址:<https://github.com/qiniu/php-sdk/tags>
304
Qiniu_SetKeys($accessKey, $secretKey);
305
$baseUrl = Qiniu_RS_MakeBaseUrl($domain, $key);
306
$getPolicy = new Qiniu_RS_GetPolicy();
307
- $privateUrl = $getPolicy->MakeRequest($baseUrl);
+ $privateUrl = $getPolicy->MakeRequest($baseUrl, null);
308
echo "====> getPolicy result: \n";
309
echo $privateUrl . "\n";
310
0 commit comments