正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -73,11 +73,11 @@ class CNoticeController extends BaseController | @@ -73,11 +73,11 @@ class CNoticeController extends BaseController | ||
| 73 | if($count == 0){ | 73 | if($count == 0){ |
| 74 | return $this->success(); | 74 | return $this->success(); |
| 75 | } | 75 | } |
| 76 | - @file_put_contents(storage_path('logs/lyh_error.log'), var_export(1111111111, true) . PHP_EOL, FILE_APPEND); | ||
| 77 | // $this->addProgress($count,$type); | 76 | // $this->addProgress($count,$type); |
| 78 | $updateNotifyModel->edit([$field => 1], ['project_id' => $this->user['project_id'], $field => 0]); | 77 | $updateNotifyModel->edit([$field => 1], ['project_id' => $this->user['project_id'], $field => 0]); |
| 79 | $urlStr = $this->getString($type,$page); | 78 | $urlStr = $this->getString($type,$page); |
| 80 | $this->curlGet($urlStr); | 79 | $this->curlGet($urlStr); |
| 80 | + @file_put_contents(storage_path('logs/lyh_error.log'), var_export(22222, true) . PHP_EOL, FILE_APPEND); | ||
| 81 | return $this->success(); | 81 | return $this->success(); |
| 82 | } | 82 | } |
| 83 | 83 |
-
请 注册 或 登录 后发表评论