|
...
|
...
|
@@ -217,7 +217,7 @@ class BaseController extends Controller |
|
|
|
* @time :2023/6/6 14:09
|
|
|
|
*/
|
|
|
|
public function projectUrlNotify($param){
|
|
|
|
$deployBuildModel = new DeployOptimize();
|
|
|
|
$deployBuildModel = new DeployBuild();
|
|
|
|
$info = $deployBuildModel->read(['project_id'=>1]);
|
|
|
|
$url = $info['test_domain'].'api/updateHtmlNotify?model='.$param;
|
|
|
|
return http_get($url);
|
...
|
...
|
|