home_icon.md 4.23 KB

首页图标列表

OpenAPI Specification

openapi: 3.0.1
info:
  title: ''
  version: 1.0.0
paths:
  /srv/:
    get:
      summary: 首页图标列表
      deprecated: false
      description: ''
      tags: []
      parameters:
        - name: f
          in: query
          description: ''
          required: true
          example: manulife
          schema:
            type: string
        - name: a
          in: query
          description: ''
          required: true
          example: home_icon
          schema:
            type: string
        - name: t
          in: query
          description: ''
          required: false
          example: icon
          schema:
            type: string
      responses:
        '200':
          description: ''
          content:
            application/json:
              schema:
                type: object
                properties:
                  code:
                    type: integer
                  msg:
                    type: integer
                  data:
                    type: array
                    items:
                      type: object
                      properties:
                        id:
                          type: integer
                        name:
                          type: string
                        seq:
                          type: integer
                        link:
                          type: string
                        icon:
                          type: string
                      required:
                        - id
                        - name
                        - seq
                        - link
                        - icon
                      x-apifox-orders:
                        - id
                        - name
                        - link
                        - icon
                        - seq
                required:
                  - code
                  - msg
                  - data
                x-apifox-orders:
                  - code
                  - msg
                  - data
              example:
                code: 1
                msg: 0
                data:
                  - id: 3134682
                    name: 计划书
                    seq: 1
                    link: /pages/plan/index
                    icon: >-
                      https://cdn.ipadbiz.cn/space_3079606/文件_FsINuaz2bYXHzNoAsNIfTV0SnPC-.png
                  - id: 3134691
                    name: 入职相关
                    seq: 2
                    link: /pages/category-list/index?cid=3129684
                    icon: >-
                      https://cdn.ipadbiz.cn/space_3079606/感叹号_FnljRoegoDuH-kkSum55sKCExoIl.png
                  - id: 3134697
                    name: 签单相关
                    seq: 3
                    link: /pages/category-list/index?cid=3134692
                    icon: >-
                      https://cdn.ipadbiz.cn/space_3079606/勾_Fvc4L0IOPkfDqxCcTHbVtwZCjIaR.png
                  - id: 3134699
                    name: 家办相关
                    seq: 4
                    link: /pages/category-list/index?cid=3134693
                    icon: >-
                      https://cdn.ipadbiz.cn/space_3079606/帮助_Fmf73oRbxLMAB7ptz7DheIWdidV_.png
                  - id: 3134702
                    name: 产品知识库
                    seq: 5
                    link: /pages/category-list/index?cid=3134694
                    icon: >-
                      https://cdn.ipadbiz.cn/space_3079606/file-list-3-fill_Fpv2uhm46FuDgHnmvkMM89eKv4eL.png
                  - id: 3134711
                    name: 工具箱
                    seq: 6
                    link: /pages/category-list/index?cid=3134695
                    icon: >-
                      https://cdn.ipadbiz.cn/space_3079606/服务_Fr6i22Usft4N7F-uEQQu4VRjlWpu.png
          headers: {}
          x-apifox-name: 成功
          x-apifox-ordering: 0
      security: []
      x-apifox-folder: ''
      x-apifox-status: released
      x-run-in-apifox: https://app.apifox.com/web/project/7792797/apis/api-415955157-run
components:
  schemas: {}
  responses: {}
  securitySchemes: {}
servers:
  - url: https://manulife.onwall.cn
    description: 正式环境
security: []