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