| | |
| | | $ref: '#/definitions/model.Province' |
| | | province_id: |
| | | type: integer |
| | | reason: |
| | | type: string |
| | | region: |
| | | $ref: '#/definitions/model.Region' |
| | | region_id: |
| | |
| | | type: integer |
| | | search_map: |
| | | additionalProperties: true |
| | | description: '搜索条件: map[string]interface{}{"name": "xxx"}; "not_contact": |
| | | 超过15天未联系; "public_sea": 公海客户' |
| | | type: object |
| | | type: object |
| | | request.GetContactList: |
| | |
| | | type: string |
| | | subOrderId: |
| | | type: integer |
| | | type: object |
| | | request.PushSalesLeads: |
| | | properties: |
| | | id: |
| | | type: integer |
| | | reason: |
| | | type: string |
| | | step: |
| | | allOf: |
| | | - $ref: '#/definitions/constvar.SalesStatus' |
| | | description: '商机状态: 1: 跟进中; -1:失败' |
| | | type: object |
| | | request.Register: |
| | | properties: |
| | |
| | | summary: 销售线索列表 |
| | | tags: |
| | | - SalesLeads |
| | | /api/salesLeads/push: |
| | | post: |
| | | parameters: |
| | | - description: 查询参数 |
| | | in: body |
| | | name: object |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/request.PushSalesLeads' |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: OK |
| | | schema: |
| | | $ref: '#/definitions/contextx.Response' |
| | | summary: 推进销售线索 |
| | | tags: |
| | | - SalesLeads |
| | | /api/salesLeads/update: |
| | | put: |
| | | parameters: |