作者 lyh

gx

... ... @@ -92,6 +92,6 @@ class UpdateRoute extends Command
$str = http_build_query($data);
$url = 'https://www.zrutong.com/api/delHtml/?'.$str;
curlGet($url);
return $this->success();
return true;
}
}
... ...