正在显示
1 个修改的文件
包含
8 行增加
和
1 行删除
| @@ -17,6 +17,13 @@ use App\Models\Com\UpdateProgress; | @@ -17,6 +17,13 @@ use App\Models\Com\UpdateProgress; | ||
| 17 | use App\Models\RouteMap\RouteMap; | 17 | use App\Models\RouteMap\RouteMap; |
| 18 | use Illuminate\Http\Request; | 18 | use Illuminate\Http\Request; |
| 19 | 19 | ||
| 20 | +/** | ||
| 21 | + * @remark :通知C端 | ||
| 22 | + * @name :CNoticeController | ||
| 23 | + * @author :lyh | ||
| 24 | + * @method :post | ||
| 25 | + * @time :2023/9/12 10:38 | ||
| 26 | + */ | ||
| 20 | class CNoticeController extends BaseController | 27 | class CNoticeController extends BaseController |
| 21 | { | 28 | { |
| 22 | /** | 29 | /** |
| @@ -66,7 +73,7 @@ class CNoticeController extends BaseController | @@ -66,7 +73,7 @@ class CNoticeController extends BaseController | ||
| 66 | if($count == 0){ | 73 | if($count == 0){ |
| 67 | return $this->success(); | 74 | return $this->success(); |
| 68 | } | 75 | } |
| 69 | - $this->addProgress($count,$type); | 76 | +// $this->addProgress($count,$type); |
| 70 | $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]); |
| 71 | $urlStr = $this->getString($type,$page); | 78 | $urlStr = $this->getString($type,$page); |
| 72 | $this->curlGet($urlStr); | 79 | $this->curlGet($urlStr); |
-
请 注册 或 登录 后发表评论