docs/swagger.yaml
@@ -1898,6 +1898,13 @@ description: 微信号 type: string type: object request.DeleteClient: properties: ids: items: type: integer type: array type: object request.DeleteCountry: properties: id: @@ -4372,14 +4379,15 @@ summary: 添加客户 tags: - Client /api/client/delete/{id}: /api/client/delete: delete: parameters: - description: 客户ID in: path name: id - description: 查询参数 in: body name: object required: true type: integer schema: $ref: '#/definitions/request.DeleteClient' produces: - application/json responses: