# 英雄百科-列表

## OpenAPI Specification

```yaml
openapi: 3.0.1
info:
  title: ''
  description: ''
  version: 1.0.0
paths:
  /api/lol/search:
    get:
      summary: 英雄百科-列表
      deprecated: false
      description: 英雄百科-列表
      tags:
        - 作业接口
      parameters: []
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties:
                  msg:
                    type: string
                    title: 响应消息
                  code:
                    type: integer
                    title: 响应状态码
                    description: 200成功
                  data:
                    type: array
                    items:
                      type: object
                      properties:
                        heroId:
                          type: string
                        name:
                          type: string
                        alias:
                          type: string
                        title:
                          type: string
                        roles:
                          type: array
                          items:
                            type: string
                        isWeekFree:
                          type: string
                        attack:
                          type: string
                        defense:
                          type: string
                        magic:
                          type: string
                        difficulty:
                          type: string
                        selectAudio:
                          type: string
                        banAudio:
                          type: string
                        isARAMweekfree:
                          type: string
                        ispermanentweekfree:
                          type: string
                        changeLabel:
                          type: string
                        goldPrice:
                          type: string
                        couponPrice:
                          type: string
                        camp:
                          type: string
                        campId:
                          type: string
                        keywords:
                          type: string
                        instance_id:
                          type: string
                        icon:
                          type: string
                      required:
                        - heroId
                        - name
                        - alias
                        - title
                        - roles
                        - isWeekFree
                        - attack
                        - defense
                        - magic
                        - difficulty
                        - selectAudio
                        - banAudio
                        - isARAMweekfree
                        - ispermanentweekfree
                        - changeLabel
                        - goldPrice
                        - couponPrice
                        - camp
                        - campId
                        - keywords
                        - instance_id
                        - icon
                      x-apifox-orders:
                        - heroId
                        - name
                        - alias
                        - title
                        - roles
                        - isWeekFree
                        - attack
                        - defense
                        - magic
                        - difficulty
                        - selectAudio
                        - banAudio
                        - isARAMweekfree
                        - ispermanentweekfree
                        - changeLabel
                        - goldPrice
                        - couponPrice
                        - camp
                        - campId
                        - keywords
                        - instance_id
                        - icon
                    title: 响应数据
                required:
                  - msg
                  - code
                  - data
                x-apifox-orders:
                  - msg
                  - code
                  - data
              example:
                msg: success
                code: 200
                data:
                  - heroId: '1'
                    name: 黑暗之女
                    alias: Annie
                    title: 安妮
                    roles:
                      - mage
                    isWeekFree: '0'
                    attack: '2'
                    defense: '3'
                    magic: '10'
                    difficulty: '6'
                    selectAudio: https://game.gtimg.cn/images/lol/act/img/vo/choose/1.ogg
                    banAudio: https://game.gtimg.cn/images/lol/act/img/vo/ban/1.ogg
                    isARAMweekfree: '0'
                    ispermanentweekfree: '0'
                    changeLabel: 改动英雄
                    goldPrice: '4800'
                    couponPrice: '2000'
                    camp: ''
                    campId: ''
                    keywords: 安妮,黑暗之女,火女,Annie,anni,heianzhinv,huonv,an,hazn,hn
                    instance_id: 0b95894e-0df2-470e-b282-6c5f5cf41955
                    icon: http://game.gtimg.cn/images/lol/act/img/champion/Annie.png
                  - heroId: '2'
                    name: 狂战士
                    alias: Olaf
                    title: 奥拉夫
                    roles:
                      - fighter
                      - tank
                    isWeekFree: '0'
                    attack: '9'
                    defense: '5'
                    magic: '3'
                    difficulty: '3'
                    selectAudio: https://game.gtimg.cn/images/lol/act/img/vo/choose/2.ogg
                    banAudio: https://game.gtimg.cn/images/lol/act/img/vo/ban/2.ogg
                    isARAMweekfree: '0'
                    ispermanentweekfree: '0'
                    changeLabel: 改动英雄
                    goldPrice: '1350'
                    couponPrice: '1500'
                    camp: ''
                    campId: ''
                    keywords: 狂战士,奥拉夫,kzs,alf,Olaf,kuangzhanshi,aolafu
                    instance_id: d5ac729e-d5ef-4565-9ede-ac25493dafca
                    icon: http://game.gtimg.cn/images/lol/act/img/champion/Olaf.png
                  - heroId: '3'
                    name: 正义巨像
                    alias: Galio
                    title: 加里奥
                    roles:
                      - tank
                      - mage
                    isWeekFree: '0'
                    attack: '1'
                    defense: '10'
                    magic: '6'
                    difficulty: '5'
                    selectAudio: https://game.gtimg.cn/images/lol/act/img/vo/choose/3.ogg
                    banAudio: https://game.gtimg.cn/images/lol/act/img/vo/ban/3.ogg
                    isARAMweekfree: '0'
                    ispermanentweekfree: '0'
                    changeLabel: 无改动
                    goldPrice: '3150'
                    couponPrice: '2000'
                    camp: ''
                    campId: ''
                    keywords: 正义巨像,加里奥,Galio,jla,zyjx,zhengyijuxiang,jialiao
                    instance_id: cbe8e557-6b38-4478-ae6f-9b03f10fb4d5
                    icon: http://game.gtimg.cn/images/lol/act/img/champion/Galio.png
          headers: {}
          x-apifox-name: 成功
      security: []
      x-apifox-folder: 作业接口
      x-apifox-status: released
      x-run-in-apifox: https://app.apifox.com/web/project/1937884/apis/api-64104712-run
components:
  schemas: {}
  securitySchemes: {}
servers: []
security: []

```
