作者 lyh

gx

... ... @@ -271,8 +271,6 @@ class LoginController extends BaseController
$image_info = $imageModel->read(['hash'=>$srcValue]);
if($image_info !== false){
$path = $image_info['path'];
var_dump('/a/image/'.$srcValue);
die();
$data['html'] = str_replace(
'/a/image/'.$srcValue,
$path,
... ...
... ... @@ -77,7 +77,7 @@ class WebSettingLogic extends BaseLogic
'route' => 'all'
];
$string = http_build_query($param);
$urlStr = 'https://'.$this->user['domain'].'/api/updateHtmlNotify?' . $string;
$urlStr = 'https://'.$this->user['domain'].'/api/updateHtmlNotify/?' . $string;
http_get($urlStr);
return $this->success();
}
... ...