|
...
|
...
|
@@ -74,7 +74,7 @@ class CNoticeController extends BaseController |
|
|
|
if($count == 0){
|
|
|
|
return $this->success();
|
|
|
|
}
|
|
|
|
$this->addProgress($count,$type);
|
|
|
|
// $this->addProgress($count,$type);
|
|
|
|
$updateNotifyModel->edit([$field => 1], ['project_id' => $this->user['project_id'], $field => 0]);
|
|
|
|
$urlStr = $this->getString($type,$page);
|
|
|
|
$this->curlGet($urlStr);
|
|
...
|
...
|
@@ -102,7 +102,6 @@ class CNoticeController extends BaseController |
|
|
|
));
|
|
|
|
$response = curl_exec($curl);
|
|
|
|
curl_close($curl);
|
|
|
|
return $response;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
...
|
...
|
|