底层创建账号提交

This commit is contained in:
wong
2025-04-18 13:46:34 +08:00
parent b16786c74a
commit ac8600ab6d
3 changed files with 81 additions and 67 deletions

View File

@@ -67,6 +67,6 @@ Route::group('v1/', function () {
// 好友相关
Route::group('friend', function () {
Route::get('', 'app\\cunkebao\\controller\\FriendController@index'); // 获取好友列表
Route::get('', 'app\\cunkebao\\controller\\friend\\GetFriendListV1Controller@index'); // 获取好友列表
});
})->middleware(['jwt']);