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