作者 lyh

gx

... ... @@ -73,10 +73,10 @@ 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'];
var_dump($urlStr);
die();
$header['charset'] = "UTF-8";
$rs = http_get($urlStr,$header);
var_dump($rs);
die();
return $this->success();
}
}
... ...