作者 lyh

gx

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