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