| | |
| | | topic: |
| | | type: string |
| | | type: object |
| | | request.GetClientList: |
| | | properties: |
| | | keyword: |
| | | type: string |
| | | page: |
| | | description: 页码 |
| | | type: integer |
| | | pageSize: |
| | | description: 每页大小 |
| | | type: integer |
| | | type: object |
| | | request.GetContactList: |
| | | properties: |
| | | keyword: |
| | |
| | | type: object |
| | | response.ClientResponse: |
| | | properties: |
| | | count: |
| | | type: integer |
| | | list: |
| | | items: |
| | | $ref: '#/definitions/model.Client' |
| | |
| | | tags: |
| | | - Client |
| | | /api/client/list: |
| | | get: |
| | | post: |
| | | parameters: |
| | | - description: 参数 |
| | | in: body |
| | | name: object |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/request.GetClientList' |
| | | produces: |
| | | - application/json |
| | | responses: |
| | |
| | | data: |
| | | $ref: '#/definitions/response.ClientResponse' |
| | | type: object |
| | | summary: 获取客户列表 |
| | | summary: 客户列表 |
| | | tags: |
| | | - Client |
| | | /api/client/update: |