作者 lyh

gx

... ... @@ -173,7 +173,8 @@ class BaseLogic extends Logic
$data['project_id'] = $this->user['project_id'];
$str = http_build_query($data);
$url = $this->user['domain'].'api/delHtml/?'.$str;
shell_exec('curl '.$url);
$rs = shell_exec('curl '.$url);
@file_put_contents(storage_path('logs/lyh_error.log'), var_export($rs, true) . PHP_EOL, FILE_APPEND);
// curlGet($url);
return $this->success();
}
... ...