|
...
|
...
|
@@ -73,6 +73,8 @@ class WebSettingLogic extends BaseLogic |
|
|
|
}
|
|
|
|
$updateNotifyModel->edit(['status'=>1],['project_id'=>$this->user['project_id'],'status'=>0]);
|
|
|
|
$urlStr = 'https://'.$this->user['domain'].'/api/updateHtmlNotify?project_id='.$this->user['project_id'];
|
|
|
|
var_dump($urlStr);
|
|
|
|
die();
|
|
|
|
$header['charset'] = "UTF-8";
|
|
|
|
$rs = http_get($urlStr,$header);
|
|
|
|
return $this->success();
|
...
|
...
|
|