fix
wangpengfei
2023-07-25 da23babe80de0d32e736e8777430ddfbf185373a
docs/swagger.yaml
@@ -1907,6 +1907,17 @@
      topic:
        type: string
    type: object
  request.GetContactList:
    properties:
      keyword:
        type: string
      page:
        description: 页码
        type: integer
      pageSize:
        description: 每页大小
        type: integer
    type: object
  request.GetUserList:
    properties:
      keyword:
@@ -3318,6 +3329,8 @@
    type: object
  response.ContactResponse:
    properties:
      count:
        type: integer
      list:
        items:
          $ref: '#/definitions/model.ContactDetail'
@@ -4475,7 +4488,14 @@
      tags:
      - Contact
  /api/contact/list:
    get:
    post:
      parameters:
      - description: 参数
        in: body
        name: object
        required: true
        schema:
          $ref: '#/definitions/request.GetContactList'
      produces:
      - application/json
      responses:
@@ -6760,7 +6780,7 @@
      tags:
      - SalesLeads
  /api/salesLeads/list:
    get:
    post:
      produces:
      - application/json
      responses: