作者 李小龙

a

@@ -175,9 +175,9 @@ public function createZipFile(){ @@ -175,9 +175,9 @@ public function createZipFile(){
175 * @return string 175 * @return string
176 */ 176 */
177 public function websiteHtml(Request $request){ 177 public function websiteHtml(Request $request){
178 - $domain = $request->getHost(); 178 +// $domain = $request->getHost();
179 //临时测试域名 179 //临时测试域名
180 -// $domain = "v6-1x28w.globalso.site"; 180 + $domain = "demo.globalso.site";
181 $token = env("WEB_SITE_TOKEN"); 181 $token = env("WEB_SITE_TOKEN");
182 $apiUrl = env("API_URL"); 182 $apiUrl = env("API_URL");
183 $requestUrl = $apiUrl."?domain=".$domain."&token=".$token; 183 $requestUrl = $apiUrl."?domain=".$domain."&token=".$token;