作者 lyh

Merge branch 'master' of http://47.244.231.31:8099/zhl/globalso-v6 into lyh-server

@@ -22,6 +22,7 @@ class AutoPullNotify extends Base @@ -22,6 +22,7 @@ class AutoPullNotify extends Base
22 8 => '香港服务器', 22 8 => '香港服务器',
23 17 => '解析IP专用服务器', 23 17 => '解析IP专用服务器',
24 22 => '白帽专属服务器01', 24 22 => '白帽专属服务器01',
  25 + 23 => '西班牙服务器',
25 ]; 26 ];
26 } 27 }
27 28
@@ -69,7 +69,7 @@ class DomainInfo extends Base @@ -69,7 +69,7 @@ class DomainInfo extends Base
69 return ''; 69 return '';
70 } 70 }
71 $res_domain = 'https://'.$info['domain'].'/'; 71 $res_domain = 'https://'.$info['domain'].'/';
72 - Cache::put('domain_'.$domain,$res_domain,24 * 3600); 72 + Cache::put('domain_'.$domain,$res_domain,2 * 3600);
73 } 73 }
74 return $res_domain; 74 return $res_domain;
75 } 75 }