From af0171ff2544e6fbbb64e1e3cc22028105e2b601 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期四, 24 八月 2023 17:30:40 +0800
Subject: [PATCH] Merge branch 'hotfix'

---
 docs/swagger.yaml |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/docs/swagger.yaml b/docs/swagger.yaml
index df81be3..a815bad 100644
--- a/docs/swagger.yaml
+++ b/docs/swagger.yaml
@@ -10222,7 +10222,12 @@
         "200":
           description: OK
           schema:
-            $ref: '#/definitions/contextx.Response'
+            allOf:
+            - $ref: '#/definitions/contextx.Response'
+            - properties:
+                data:
+                  $ref: '#/definitions/request.AddSalesDetails'
+              type: object
       summary: 娣诲姞閿�鍞槑缁�
       tags:
       - SalesDetails

--
Gitblit v1.8.0