php代码提交
This commit is contained in:
@@ -136,6 +136,7 @@ Route::group('v1/', function () {
|
||||
// 好友相关
|
||||
Route::group('friend', function () {
|
||||
Route::get('', 'app\cunkebao\controller\friend\GetFriendListV1Controller@index'); // 获取好友列表
|
||||
Route::post('transfer', 'app\cunkebao\controller\friend\GetFriendListV1Controller@transfer'); // 好友转移
|
||||
});
|
||||
|
||||
//群相关
|
||||
|
||||
Reference in New Issue
Block a user