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