作者 lyh

gx

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