作者 lyh

Merge branch 'develop' of http://47.244.231.31:8099/zhl/globalso-v6 into develop

... ... @@ -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();
}
... ...