| | |
| | | $ref: '#/definitions/model.Country' |
| | | type: array |
| | | type: object |
| | | response.DataResponse: |
| | | properties: |
| | | city: |
| | | description: 城市数据 |
| | | items: |
| | | $ref: '#/definitions/model.City' |
| | | type: array |
| | | client_level: |
| | | description: 客户等级 |
| | | items: |
| | | $ref: '#/definitions/model.ClientLevel' |
| | | type: array |
| | | client_origin: |
| | | description: 客户来源 |
| | | items: |
| | | $ref: '#/definitions/model.ClientOrigin' |
| | | type: array |
| | | client_status: |
| | | description: 客户状态 |
| | | items: |
| | | $ref: '#/definitions/model.ClientStatus' |
| | | type: array |
| | | client_type: |
| | | description: 客户类型 |
| | | items: |
| | | $ref: '#/definitions/model.ClientType' |
| | | type: array |
| | | country: |
| | | description: 国家数据 |
| | | items: |
| | | $ref: '#/definitions/model.Country' |
| | | type: array |
| | | enterprise_nature: |
| | | description: 企业性质 |
| | | items: |
| | | $ref: '#/definitions/model.EnterpriseNature' |
| | | type: array |
| | | enterprise_scale: |
| | | description: 企业规模 |
| | | items: |
| | | $ref: '#/definitions/model.EnterpriseScale' |
| | | type: array |
| | | industry: |
| | | description: 行业 |
| | | items: |
| | | $ref: '#/definitions/model.Industry' |
| | | type: array |
| | | province: |
| | | description: 省份数据 |
| | | items: |
| | | $ref: '#/definitions/model.Province' |
| | | type: array |
| | | region: |
| | | description: 区域数据 |
| | | items: |
| | | $ref: '#/definitions/model.Region' |
| | | type: array |
| | | registered_capital: |
| | | description: 注册资金 |
| | | items: |
| | | $ref: '#/definitions/model.RegisteredCapital' |
| | | type: array |
| | | regular_customers: |
| | | description: 老客户营销 |
| | | items: |
| | | $ref: '#/definitions/model.RegularCustomers' |
| | | type: array |
| | | sale_stage: |
| | | description: 销售阶段 |
| | | items: |
| | | $ref: '#/definitions/model.SaleStage' |
| | | type: array |
| | | sale_type: |
| | | description: 销售类型 |
| | | items: |
| | | $ref: '#/definitions/model.SaleType' |
| | | type: array |
| | | sales_source: |
| | | description: 商机来源 |
| | | items: |
| | | $ref: '#/definitions/model.SalesSources' |
| | | type: array |
| | | type: object |
| | | response.EnterpriseNatureResponse: |
| | | properties: |
| | | list: |
| | |
| | | parameters: |
| | | - description: 省份ID |
| | | in: query |
| | | name: provinceId |
| | | name: province_id |
| | | type: integer |
| | | produces: |
| | | - application/json |
| | |
| | | tags: |
| | | - Client |
| | | /api/client/update: |
| | | post: |
| | | put: |
| | | parameters: |
| | | - description: 查询参数 |
| | | in: body |
| | |
| | | summary: 更新客服单 |
| | | tags: |
| | | - CustomerServiceSheet |
| | | /api/data/getAllData: |
| | | get: |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: OK |
| | | schema: |
| | | allOf: |
| | | - $ref: '#/definitions/contextx.Response' |
| | | - properties: |
| | | data: |
| | | $ref: '#/definitions/response.DataResponse' |
| | | type: object |
| | | summary: 获取所有数据 |
| | | tags: |
| | | - Data |
| | | /api/enterpriseNature/add: |
| | | post: |
| | | parameters: |
| | |
| | | - Province |
| | | /api/province/list: |
| | | get: |
| | | parameters: |
| | | - description: 国家ID |
| | | in: query |
| | | name: country_id |
| | | required: true |
| | | type: integer |
| | | produces: |
| | | - application/json |
| | | responses: |
| | |
| | | - Region |
| | | /api/region/list: |
| | | get: |
| | | parameters: |
| | | - description: 城市ID |
| | | in: query |
| | | name: city_id |
| | | required: true |
| | | type: integer |
| | | produces: |
| | | - application/json |
| | | responses: |