作者 李小龙

'通知地址'

@@ -77,7 +77,7 @@ class WebSettingLogic extends BaseLogic @@ -77,7 +77,7 @@ class WebSettingLogic extends BaseLogic
77 'route' => 'all' 77 'route' => 'all'
78 ]; 78 ];
79 $string = http_build_query($param); 79 $string = http_build_query($param);
80 - $urlStr = 'https://'.$this->user['domain'].'/api/updateHtmlNotify/?' . $string; 80 + $urlStr = $this->user['domain'].'api/updateHtmlNotify/?' . $string;
81 http_get($urlStr); 81 http_get($urlStr);
82 return $this->success(); 82 return $this->success();
83 } 83 }