私域抄盘手 - 设备列表返工

This commit is contained in:
柳清爽
2025-04-16 13:51:29 +08:00
parent 07fd4f6e67
commit 6dcc78153a
3 changed files with 163 additions and 38 deletions

View File

@@ -12,7 +12,7 @@ Route::group('v1/', function () {
Route::group('devices', function () {
Route::get(':id/related-accounts', 'app\\cunkebao\\controller\\Device@getRelatedAccounts'); // 设备关联微信账号路由
Route::get(':id/handle-logs', 'app\\cunkebao\\controller\\Device@handleLogs'); // 获取设备操作记录
Route::get('', 'app\\cunkebao\\controller\\Device@index'); // 获取设备列表
Route::get('', 'app\\cunkebao\\controller\\device\\GetDeviceListV1Controller@index'); // 获取设备列表
Route::get('count', 'app\\cunkebao\\controller\\Device@count'); // 获取设备总数
Route::get(':id', 'app\\cunkebao\\controller\\Device@read'); // 获取设备详情
Route::post('', 'app\\cunkebao\\controller\\Device@save'); // 添加设备