操盘手端 - 更新设备任务配置返工

This commit is contained in:
柳清爽
2025-04-16 17:14:48 +08:00
parent bd3f17baed
commit ad0d487b6b
15 changed files with 227 additions and 288 deletions

View File

@@ -18,7 +18,7 @@ Route::group('v1/', function () {
Route::post('', 'app\\cunkebao\\controller\\Device@save'); // 添加设备
Route::put('refresh', 'app\\cunkebao\\controller\\Device@refresh'); // 刷新设备状态
Route::delete(':id', 'app\\cunkebao\\controller\\Device@delete'); // 删除设备
Route::post('task-config', 'app\\cunkebao\\controller\\Device@updateTaskConfig'); // 更新设备任务配置
Route::post('task-config', 'app\\cunkebao\\controller\\device\\UpdateDeviceTaskConfigV1Controller@index'); // 更新设备任务配置
});
// 设备微信相关