作者 lyh

gx

@@ -271,8 +271,6 @@ class LoginController extends BaseController @@ -271,8 +271,6 @@ class LoginController extends BaseController
271 $image_info = $imageModel->read(['hash'=>$srcValue]); 271 $image_info = $imageModel->read(['hash'=>$srcValue]);
272 if($image_info !== false){ 272 if($image_info !== false){
273 $path = $image_info['path']; 273 $path = $image_info['path'];
274 - var_dump('/a/image/'.$srcValue);  
275 - die();  
276 $data['html'] = str_replace( 274 $data['html'] = str_replace(
277 '/a/image/'.$srcValue, 275 '/a/image/'.$srcValue,
278 $path, 276 $path,
@@ -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 = 'https://'.$this->user['domain'].'/api/updateHtmlNotify/?' . $string;
81 http_get($urlStr); 81 http_get($urlStr);
82 return $this->success(); 82 return $this->success();
83 } 83 }