工作台 - 通讯录导入功能

This commit is contained in:
wong
2025-09-10 11:43:47 +08:00
parent 2c7d90e49d
commit 4385995742
6 changed files with 213 additions and 9 deletions

View File

@@ -27,6 +27,8 @@ Route::group('v1', function () {
Route::post('createGroup', 'app\api\controller\DeviceController@createGroup'); // 创建设备分组 √
Route::get('groupList', 'app\api\controller\DeviceController@getGroupList'); // 获取设备分组列表 √
Route::post('updateDeviceToGroup', 'app\api\controller\DeviceController@updateDeviceToGroup'); // 更新设备的分组 √
Route::post('importContact', 'app\api\controller\DeviceController@importContact'); // 更新设备联系人 √
});
// FriendTask控制器路由