listBoxes

@GetMapping(value = ["/boxes"])
fun listBoxes(@RequestParam playerId: String): List<CreatureStorageBoxView>

查询玩家盒子。