修改数据库名
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user