| | |
| | | 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: |
| | |
| | | type: object |
| | | response.ContactResponse: |
| | | properties: |
| | | count: |
| | | type: integer |
| | | list: |
| | | items: |
| | | $ref: '#/definitions/model.ContactDetail' |
| | |
| | | tags: |
| | | - Contact |
| | | /api/contact/list: |
| | | get: |
| | | post: |
| | | parameters: |
| | | - description: 参数 |
| | | in: body |
| | | name: object |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/request.GetContactList' |
| | | produces: |
| | | - application/json |
| | | responses: |
| | |
| | | tags: |
| | | - SalesLeads |
| | | /api/salesLeads/list: |
| | | get: |
| | | post: |
| | | produces: |
| | | - application/json |
| | | responses: |