作者 lyh

ggx

@@ -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