Skip to content

Commit a8c38b9

Browse files
committed
fix
1 parent eeabc16 commit a8c38b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Qiniu/Config.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ final class Config
1313
const API_HOST = 'http://api.qiniu.com'; // 数据处理操作Host
1414

1515
public static $upHost; // 上传Host
16+
public static $upBackupHost; // 上传备用Host
1617
public static $zone; // 设置上传的Zone
1718

1819
public function __construct() // 构造函数,默认为zone0
@@ -25,6 +26,7 @@ public static function setZone(Zone $z)
2526
{
2627
self::$zone = $z;
2728
self::$upHost = $z::$upHost;
29+
self::$upBackupHost = $z::$upBackupHost;
2830
return;
2931
}
3032
}

0 commit comments

Comments
 (0)