正在显示
1 个修改的文件
包含
1 行增加
和
2 行删除
| @@ -74,7 +74,7 @@ class CNoticeController extends BaseController | @@ -74,7 +74,7 @@ class CNoticeController extends BaseController | ||
| 74 | if($count == 0){ | 74 | if($count == 0){ |
| 75 | return $this->success(); | 75 | return $this->success(); |
| 76 | } | 76 | } |
| 77 | - $this->addProgress($count,$type); | 77 | +// $this->addProgress($count,$type); |
| 78 | $updateNotifyModel->edit([$field => 1], ['project_id' => $this->user['project_id'], $field => 0]); | 78 | $updateNotifyModel->edit([$field => 1], ['project_id' => $this->user['project_id'], $field => 0]); |
| 79 | $urlStr = $this->getString($type,$page); | 79 | $urlStr = $this->getString($type,$page); |
| 80 | $this->curlGet($urlStr); | 80 | $this->curlGet($urlStr); |
| @@ -102,7 +102,6 @@ class CNoticeController extends BaseController | @@ -102,7 +102,6 @@ class CNoticeController extends BaseController | ||
| 102 | )); | 102 | )); |
| 103 | $response = curl_exec($curl); | 103 | $response = curl_exec($curl); |
| 104 | curl_close($curl); | 104 | curl_close($curl); |
| 105 | - return $response; | ||
| 106 | } | 105 | } |
| 107 | 106 | ||
| 108 | /** | 107 | /** |
-
请 注册 或 登录 后发表评论