作者 lyh

gx

@@ -74,6 +74,10 @@ class WebSettingLogic extends BaseLogic @@ -74,6 +74,10 @@ class WebSettingLogic extends BaseLogic
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 = $this->user['domain'].'api/updateHtmlNotify?project_id='.$this->user['project_id']; 75 $urlStr = $this->user['domain'].'api/updateHtmlNotify?project_id='.$this->user['project_id'];
76 $res = http_get($urlStr); 76 $res = http_get($urlStr);
  77 + var_dump(
  78 + $res
  79 + );
  80 + die();
77 return $this->success(); 81 return $this->success();
78 } 82 }
79 } 83 }