正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -217,7 +217,7 @@ class BaseController extends Controller | @@ -217,7 +217,7 @@ class BaseController extends Controller | ||
| 217 | * @time :2023/6/6 14:09 | 217 | * @time :2023/6/6 14:09 |
| 218 | */ | 218 | */ |
| 219 | public function projectUrlNotify($param){ | 219 | public function projectUrlNotify($param){ |
| 220 | - $deployBuildModel = new DeployOptimize(); | 220 | + $deployBuildModel = new DeployBuild(); |
| 221 | $info = $deployBuildModel->read(['project_id'=>1]); | 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); |
-
请 注册 或 登录 后发表评论