作者 lyh

gx

... ... @@ -74,6 +74,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'];
$rs = http_get($urlStr);
return $this->success($rs);
var_dump($rs);
die();
return $this->success();
}
}
... ...