作者 lyh

gx

... ... @@ -220,8 +220,6 @@ class BaseController extends Controller
$deployBuildModel = new DeployBuild();
$info = $deployBuildModel->read(['project_id'=>1]);
$url = $info['test_domain'].'api/updateHtmlNotify?model='.$param;
var_dump($url);
die();
return http_get($url);
}
}
... ...