作者 lyh

gx

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