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