|
@@ -61,6 +61,22 @@ Router::addGroup(
|
|
Router::post('/delJobHunting', [NewsController::class, 'delJobHunting']);
|
|
Router::post('/delJobHunting', [NewsController::class, 'delJobHunting']);
|
|
Router::post('/getJobHuntingData', [NewsController::class, 'getJobHuntingData']);
|
|
Router::post('/getJobHuntingData', [NewsController::class, 'getJobHuntingData']);
|
|
//20250306 求职信息
|
|
//20250306 求职信息
|
|
|
|
+ //20250324 通知,公告,消息
|
|
|
|
+ Router::post('/getNoticeList', [NewsController::class, 'getNoticeList']);
|
|
|
|
+ Router::post('/getNoticeInfo', [NewsController::class, 'getNoticeInfo']);
|
|
|
|
+ Router::post('/addNotice', [NewsController::class, 'addNotice']);
|
|
|
|
+ Router::post('/updateNotice', [NewsController::class, 'updateNotice']);
|
|
|
|
+ Router::post('/deleteNotice', [NewsController::class, 'deleteNotice']);
|
|
|
|
+
|
|
|
|
+ Router::post('/getMSG', [NewsController::class, 'getMSG']);
|
|
|
|
+ //投诉
|
|
|
|
+ Router::post('/getComplaintList', [NewsController::class, 'getComplaintList']);
|
|
|
|
+ Router::post('/getComplaintInfo', [NewsController::class, 'getComplaintInfo']);
|
|
|
|
+ Router::post('/addComplaint', [NewsController::class, 'addComplaint']);
|
|
|
|
+ Router::post('/updateComplaint', [NewsController::class, 'updateComplaint']);
|
|
|
|
+ Router::post('/deleteComplaint', [NewsController::class, 'deleteComplaint']);
|
|
|
|
+ //20250324 通知,公告,消息
|
|
|
|
+
|
|
},
|
|
},
|
|
['middleware' => [FooMiddleware::class]]
|
|
['middleware' => [FooMiddleware::class]]
|
|
);
|
|
);
|