作者 lyh

gx

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