Skip to content

Commit 422f896

Browse files
committed
fix
1 parent e1d1e35 commit 422f896

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

qiniu/auth_digest.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,9 @@ public function SignRequest($req, $incbody) // => ($token, $error)
4747
return $this->Sign($data);
4848
}
4949

50-
public function VerifyCallback($auth, $url, $body) // ==> bool
50+
public function VerifyCallback($auth, $url, $body) // ==> bool
5151
{
52-
5352
$url = parse_url($url);
54-
5553
$data = '';
5654
if (isset($url['path'])) {
5755
$data = $url['path'];

0 commit comments

Comments
 (0)