作者 lyh

gx

... ... @@ -172,11 +172,7 @@ class BaseLogic extends Logic
public function curlDelRoute($data){
$data['project_id'] = $this->user['project_id'];
$str = http_build_query($data);
$url = $this->user['domain'].'api/delHtml/?'.$str;
if($this->user['project_id'] == 91){
@file_put_contents(storage_path('logs/lyh_error.log'), var_export('start:'.$url, true) . PHP_EOL, FILE_APPEND);
}
curlGet($url);
return $this->success();
}
... ...