修改数据库名

This commit is contained in:
2025-09-09 17:54:21 +08:00
parent 1b857e1493
commit 252e3d9143
8 changed files with 8 additions and 44 deletions

View File

@@ -176,7 +176,7 @@ public class UserController {
return Result.error().message("Device location not found");
}
return Result.ok().data("device_location", deviceLocation);
return Result.ok().data("devices_location", deviceLocation);
}
@GetMapping("/get_device_apk_list")