作者 lyh

ggx

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