Skip to content

Commit

Permalink
feat: #10000 修改cloudapi url
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangyao-code committed Jun 12, 2019
1 parent 3f87327 commit f7d7a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Biz/CloudPlatform/Client/FailoverCloudAPI.php
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ protected function getServerListFromCdn()
curl_setopt($curl, CURLOPT_CONNECTTIMEOUT, 3);
curl_setopt($curl, CURLOPT_TIMEOUT, 3);
curl_setopt($curl, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($curl, CURLOPT_URL, 'http:https://api-common.b0.upaiyun.com/serverList.json');
curl_setopt($curl, CURLOPT_URL, 'http:https://serverlist.edusoho.net/serverList.json');

$response = curl_exec($curl);

Expand Down

0 comments on commit f7d7a2f

Please sign in to comment.