正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
| @@ -73,10 +73,10 @@ class WebSettingLogic extends BaseLogic | @@ -73,10 +73,10 @@ 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 = '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 | - var_dump($urlStr); | ||
| 77 | - die(); | ||
| 78 | $header['charset'] = "UTF-8"; | 76 | $header['charset'] = "UTF-8"; |
| 79 | $rs = http_get($urlStr,$header); | 77 | $rs = http_get($urlStr,$header); |
| 78 | + var_dump($rs); | ||
| 79 | + die(); | ||
| 80 | return $this->success(); | 80 | return $this->success(); |
| 81 | } | 81 | } |
| 82 | } | 82 | } |
-
请 注册 或 登录 后发表评论