消息中心提交
This commit is contained in:
@@ -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');
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user