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.
1 parent 8650487 commit ee30012Copy full SHA for ee30012
tests/Qiniu/Tests/CdnManagerTest.php
@@ -34,6 +34,7 @@ public function testCreateTimestampAntiLeechUrl()
34
$signUrl = $this->cdnManager->createTimestampAntiLeechUrl($this->imgUrl, $this->encryptKey, 3600);
35
36
$response = Client::get($signUrl);
37
+ print_r($signUrl);
38
$this->assertEquals($response->statusCode, 200);
39
$this->assertNull($response->error);
40
0 commit comments