Skip to content

Commit 25b252a

Browse files
committed
Update Zone.php
1 parent 59dd004 commit 25b252a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Qiniu/Zone.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,9 @@ public static function qvmZonez1()
3939
{
4040
return parent::qvmRegionHuabei();
4141
}
42+
43+
public static function queryZone($ak, $bucket)
44+
{
45+
return parent::queryRegion($ak, $bucket);
46+
}
4247
}

0 commit comments

Comments
 (0)