|
...
|
...
|
@@ -219,7 +219,7 @@ class BaseController extends Controller |
|
|
|
public function projectUrlNotify($param){
|
|
|
|
$deployBuildModel = new DeployBuild();
|
|
|
|
$info = $deployBuildModel->read(['project_id'=>1]);
|
|
|
|
$url = $info['test_domain'].'/api/updateHtmlNotify?model='.$param;
|
|
|
|
$url = $info['test_domain'].'api/updateHtmlNotify?model='.$param;
|
|
|
|
var_dump($url);
|
|
|
|
die();
|
|
|
|
return http_get($url);
|
...
|
...
|
|