作者 lyh

gx

@@ -73,7 +73,7 @@ class WebSettingLogic extends BaseLogic @@ -73,7 +73,7 @@ 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 - $rs = http_get($urlStr); 76 + $rs = http_get($urlStr,["charset = UTF-8"]);
77 var_dump($rs); 77 var_dump($rs);
78 die(); 78 die();
79 return $this->success(); 79 return $this->success();