From d7caa411da34db2c2df107ae6bc310e95b1a8a86 Mon Sep 17 00:00:00 2001
From: wangpengfei <274878379@qq.com>
Date: 星期五, 21 七月 2023 14:15:00 +0800
Subject: [PATCH] fix

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

diff --git a/docs/swagger.yaml b/docs/swagger.yaml
index 1520f1c..cc6e9dd 100644
--- a/docs/swagger.yaml
+++ b/docs/swagger.yaml
@@ -3245,6 +3245,16 @@
     required:
     - timely_rate
     type: object
+  request.UpdateVetting:
+    properties:
+      id:
+        type: integer
+      status:
+        type: integer
+    required:
+    - id
+    - status
+    type: object
   response.AccountIdResponse:
     properties:
       list:
@@ -7964,4 +7974,23 @@
       summary: 娣诲姞瀹℃壒
       tags:
       - Vetting
+  /api/vetting/update:
+    post:
+      parameters:
+      - description: 鏌ヨ鍙傛暟
+        in: body
+        name: object
+        required: true
+        schema:
+          $ref: '#/definitions/request.UpdateVetting'
+      produces:
+      - application/json
+      responses:
+        "200":
+          description: OK
+          schema:
+            $ref: '#/definitions/contextx.Response'
+      summary: 鏇存柊瀹℃壒
+      tags:
+      - Vetting
 swagger: "2.0"

--
Gitblit v1.8.0