消息中心提交

This commit is contained in:
wong
2025-09-29 11:34:01 +08:00
parent 5102f02083
commit 0e6b885095
4 changed files with 127 additions and 2 deletions

View File

@@ -140,6 +140,12 @@ Route::group('v1/', function () {
});
//自动问候
Route::group('notice/', function () {
Route::get('list', 'app\chukebao\controller\NoticeController@getList');
Route::get('readMessage', 'app\chukebao\controller\NoticeController@readMessage');
Route::get('readAll', 'app\chukebao\controller\NoticeController@readAll');
});
});