listItems

@GetMapping(value = ["/items"])
fun listItems(@RequestParam playerId: String): List<PlayerInventoryItemView>

查询玩家背包。