fix
wangpengfei
2023-08-02 46f410ae18f22f5e9a8368f0ea7c721863d18fce
docs/swagger.yaml
@@ -1905,6 +1905,13 @@
          type: integer
        type: array
    type: object
  request.DeleteContact:
    properties:
      ids:
        items:
          type: integer
        type: array
    type: object
  request.DeleteCountry:
    properties:
      id:
@@ -4753,14 +4760,15 @@
      summary: 添加联系人
      tags:
      - Contact
  /api/contact/delete/{id}:
  /api/contact/delete:
    delete:
      parameters:
      - description: 查询参数
        in: path
        name: id
        in: body
        name: object
        required: true
        type: integer
        schema:
          $ref: '#/definitions/request.DeleteContact'
      produces:
      - application/json
      responses: