From c21c5df1a69dc0da6fc20e68d863e1883934e778 Mon Sep 17 00:00:00 2001 From: shenjiachi Date: Fri, 13 Dec 2024 22:08:13 +0800 Subject: [PATCH] update --- docs/docs.go | 2 +- docs/swagger.json | 2 +- docs/swagger.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs.go b/docs/docs.go index 6d6a6b5..860019c 100644 --- a/docs/docs.go +++ b/docs/docs.go @@ -15192,7 +15192,7 @@ const docTemplate = `{ }, "settlement_quantity": { "description": "结算数量(百分比)", - "type": "integer" + "type": "string" }, "system_id": { "description": "该设置系统 ID", diff --git a/docs/swagger.json b/docs/swagger.json index 2164428..d32f53a 100644 --- a/docs/swagger.json +++ b/docs/swagger.json @@ -15185,7 +15185,7 @@ }, "settlement_quantity": { "description": "结算数量(百分比)", - "type": "integer" + "type": "string" }, "system_id": { "description": "该设置系统 ID", diff --git a/docs/swagger.yaml b/docs/swagger.yaml index 0357ded..05fea96 100644 --- a/docs/swagger.yaml +++ b/docs/swagger.yaml @@ -4067,7 +4067,7 @@ definitions: type: array settlement_quantity: description: 结算数量(百分比) - type: integer + type: string system_id: description: 该设置系统 ID type: integer