正在显示
2 个修改的文件
包含
1 行增加
和
3 行删除
| @@ -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 | } |
-
请 注册 或 登录 后发表评论