|
...
|
...
|
@@ -73,7 +73,11 @@ class WebSettingLogic extends BaseLogic |
|
|
|
}
|
|
|
|
$updateNotifyModel->edit(['status'=>1],['project_id'=>$this->user['project_id'],'status'=>0]);
|
|
|
|
$urlStr = $this->user['domain'].'api/updateHtmlNotify?project_id='.$this->user['project_id'];
|
|
|
|
$res = http_get($urlStr);
|
|
|
|
$res = http_get($urlStr);
|
|
|
|
var_dump(
|
|
|
|
$res
|
|
|
|
);
|
|
|
|
die();
|
|
|
|
return $this->success();
|
|
|
|
}
|
|
|
|
} |
...
|
...
|
|