|
...
|
...
|
@@ -17,6 +17,13 @@ use App\Models\Com\UpdateProgress; |
|
|
|
use App\Models\RouteMap\RouteMap;
|
|
|
|
use Illuminate\Http\Request;
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @remark :通知C端
|
|
|
|
* @name :CNoticeController
|
|
|
|
* @author :lyh
|
|
|
|
* @method :post
|
|
|
|
* @time :2023/9/12 10:38
|
|
|
|
*/
|
|
|
|
class CNoticeController extends BaseController
|
|
|
|
{
|
|
|
|
/**
|
|
...
|
...
|
@@ -66,7 +73,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);
|
...
|
...
|
|