From 53b44dab82da8c59fdabbd8099a2af59ca3e6f3c Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期四, 09 十一月 2023 15:41:06 +0800 Subject: [PATCH] 销售明细状态更新修改 --- docs/swagger.yaml | 44 ++++++++++++++++++++++++++------------------ 1 files changed, 26 insertions(+), 18 deletions(-) diff --git a/docs/swagger.yaml b/docs/swagger.yaml index a6cfba3..aa85bd5 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -5180,6 +5180,13 @@ salesDetails: $ref: '#/definitions/request.SalesDetails' type: object + request.UpdateSalesDetailsStatus: + properties: + id: + type: integer + status: + $ref: '#/definitions/constvar.SalesDetailsStatus' + type: object request.UpdateSalesLeads: properties: city_id: @@ -10710,24 +10717,6 @@ tags: - SalesDetails /api/salesDetails/update: - post: - parameters: - - description: 鏌ヨ鍙傛暟 - in: body - name: object - required: true - schema: - $ref: '#/definitions/request.UpdateSalesDetails' - produces: - - application/json - responses: - "200": - description: OK - schema: - $ref: '#/definitions/contextx.Response' - summary: 鏇存柊閿�鍞槑缁嗙姸鎬� - tags: - - SalesDetails put: parameters: - description: 鏌ヨ鍙傛暟 @@ -10746,6 +10735,25 @@ summary: 鏇存柊閿�鍞槑缁� tags: - SalesDetails + /api/salesDetails/updateStatus: + post: + parameters: + - description: 鏌ヨ鍙傛暟 + in: body + name: object + required: true + schema: + $ref: '#/definitions/request.UpdateSalesDetailsStatus' + produces: + - application/json + responses: + "200": + description: OK + schema: + $ref: '#/definitions/contextx.Response' + summary: 鏇存柊閿�鍞槑缁嗙姸鎬� + tags: + - SalesDetails /api/salesLeads/add: post: parameters: -- Gitblit v1.8.0