| | |
| | | description: 用户岗位 |
| | | type: string |
| | | type: object |
| | | request.CheckClientName: |
| | | properties: |
| | | name: |
| | | type: string |
| | | type: object |
| | | request.Contact: |
| | | properties: |
| | | birthday: |
| | |
| | | summary: 添加客户 |
| | | tags: |
| | | - Client |
| | | /api/client/checkName: |
| | | post: |
| | | parameters: |
| | | - description: 参数 |
| | | in: body |
| | | name: object |
| | | required: true |
| | | schema: |
| | | $ref: '#/definitions/request.CheckClientName' |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: OK |
| | | schema: |
| | | $ref: '#/definitions/contextx.Response' |
| | | summary: 检查客户名称是否重复 |
| | | tags: |
| | | - Client |
| | | /api/client/delete: |
| | | delete: |
| | | parameters: |