| | |
| | | description: 每页大小 |
| | | type: integer |
| | | type: object |
| | | request.GetFollowRecordList: |
| | | properties: |
| | | keyword: |
| | | type: string |
| | | page: |
| | | description: 页码 |
| | | type: integer |
| | | pageSize: |
| | | description: 每页大小 |
| | | type: integer |
| | | type: object |
| | | request.GetSalesLeadsList: |
| | | properties: |
| | | keyword: |
| | |
| | | type: object |
| | | response.FollowRecordResponse: |
| | | properties: |
| | | count: |
| | | type: integer |
| | | list: |
| | | items: |
| | | $ref: '#/definitions/model.FollowRecord' |
| | |
| | | tags: |
| | | - FollowRecord |
| | | /api/followRecord/list: |
| | | get: |
| | | post: |
| | | parameters: |
| | | - description: 参数 |
| | | in: body |
| | | name: object |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/request.GetFollowRecordList' |
| | | produces: |
| | | - application/json |
| | | responses: |
| | |
| | | data: |
| | | $ref: '#/definitions/response.FollowRecordResponse' |
| | | type: object |
| | | summary: 获取跟进记录列表 |
| | | summary: 跟进记录列表 |
| | | tags: |
| | | - FollowRecord |
| | | /api/followRecord/update: |