作者 李小龙

'通知地址'

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