正在显示
1 个修改的文件
包含
3 行增加
和
1 行删除
| @@ -74,6 +74,8 @@ class WebSettingLogic extends BaseLogic | @@ -74,6 +74,8 @@ class WebSettingLogic extends BaseLogic | ||
| 74 | $updateNotifyModel->edit(['status'=>1],['project_id'=>$this->user['project_id'],'status'=>0]); | 74 | $updateNotifyModel->edit(['status'=>1],['project_id'=>$this->user['project_id'],'status'=>0]); |
| 75 | $urlStr = 'https://'.$this->user['domain'].'/api/updateHtmlNotify?project_id='.$this->user['project_id']; | 75 | $urlStr = 'https://'.$this->user['domain'].'/api/updateHtmlNotify?project_id='.$this->user['project_id']; |
| 76 | $rs = http_get($urlStr); | 76 | $rs = http_get($urlStr); |
| 77 | - return $this->success($rs); | 77 | + var_dump($rs); |
| 78 | + die(); | ||
| 79 | + return $this->success(); | ||
| 78 | } | 80 | } |
| 79 | } | 81 | } |
-
请 注册 或 登录 后发表评论