| 
...
 | 
...
 | 
@@ -198,7 +198,7 @@ public function uploadAmpVerifyFile(Request $request) | 
| 
 | 
 | 
      */
 | 
| 
 | 
 | 
     public function websiteHtml(Request $request){
 | 
| 
 | 
 | 
         $domain = $request->getHost();
 | 
| 
 | 
 | 
         $token = env("WEB_SITE_TOKEN");
 | 
| 
 | 
 | 
         $token = env("SECRET_TOKEN");
 | 
| 
 | 
 | 
         $apiUrl = env("API_URL");
 | 
| 
 | 
 | 
         $requestUrl = $apiUrl."api/get_url_verify_token/?domain=".$domain."&token=".$token;
 | 
| 
 | 
 | 
         @file_put_contents(storage_path('logs/notify_get_url.log'), date('Y-m-d H:i:s') . "接收到通知:". $requestUrl . PHP_EOL, FILE_APPEND);
 | 
...
 | 
...
 | 
 |