作者 李小龙

'a'

... ... @@ -78,7 +78,7 @@ class WebSettingLogic extends BaseLogic
];
$string = http_build_query($param);
$urlStr = $this->user['domain'].'api/updateHtmlNotify/?' . $string;
http_get($urlStr);
http_get($urlStr,["charset = UTF-8"]);
return $this->success();
}
... ...