正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -218,7 +218,7 @@ class BaseController extends Controller | @@ -218,7 +218,7 @@ class BaseController extends Controller | ||
| 218 | */ | 218 | */ |
| 219 | public function projectUrlNotify($param){ | 219 | public function projectUrlNotify($param){ |
| 220 | $deployBuildModel = new DeployBuild(); | 220 | $deployBuildModel = new DeployBuild(); |
| 221 | - $info = $deployBuildModel->read(['project_id'=>$this->user['project_id']]); | 221 | + $info = $deployBuildModel->read(['project_id'=>1]); |
| 222 | $url = $info['test_domain'].'/api/updateHtmlNotify?model='.$param; | 222 | $url = $info['test_domain'].'/api/updateHtmlNotify?model='.$param; |
| 223 | return http_get($url); | 223 | return http_get($url); |
| 224 | } | 224 | } |
-
请 注册 或 登录 后发表评论