| | |
| | | wechat: |
| | | type: string |
| | | type: object |
| | | model.ContactInformation: |
| | | properties: |
| | | id: |
| | | type: integer |
| | | name: |
| | | type: string |
| | | type: object |
| | | model.Contract: |
| | | properties: |
| | | _: |
| | |
| | | $ref: '#/definitions/model.ClientType' |
| | | type: array |
| | | type: object |
| | | response.ContactInformationResponse: |
| | | properties: |
| | | list: |
| | | items: |
| | | $ref: '#/definitions/model.ContactInformation' |
| | | type: array |
| | | type: object |
| | | response.ContactResponse: |
| | | properties: |
| | | count: |
| | |
| | | summary: 更新联系人 |
| | | tags: |
| | | - Contact |
| | | /api/contactInformation/list: |
| | | get: |
| | | produces: |
| | | - application/json |
| | | responses: |
| | | "200": |
| | | description: OK |
| | | schema: |
| | | allOf: |
| | | - $ref: '#/definitions/contextx.Response' |
| | | - properties: |
| | | data: |
| | | $ref: '#/definitions/response.ContactInformationResponse' |
| | | type: object |
| | | summary: 联系方式列表 |
| | | tags: |
| | | - ContactInformation |
| | | /api/contract/add: |
| | | post: |
| | | parameters: |