From 45d3d62c44fc1169f997dfd0411832d8e9459f0c Mon Sep 17 00:00:00 2001 From: Administrator <Administrator@DESKTOP-HAU3ST3> Date: 星期五, 24 一月 2025 11:08:09 +0800 Subject: [PATCH] 1 --- WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/obj/Debug/net6.0/EndpointInfo/WIDESEA_WMSServer_V2.json | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/obj/Debug/net6.0/EndpointInfo/WIDESEA_WMSServer_V2.json b/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/obj/Debug/net6.0/EndpointInfo/WIDESEA_WMSServer_V2.json index 10c30e7..376b4b1 100644 --- a/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/obj/Debug/net6.0/EndpointInfo/WIDESEA_WMSServer_V2.json +++ b/WMS/WIDESEA_WMSServer/WIDESEA_WMSServer/obj/Debug/net6.0/EndpointInfo/WIDESEA_WMSServer_V2.json @@ -10672,6 +10672,16 @@ "tags": [ "Task" ], + "parameters": [ + { + "name": "qty", + "in": "query", + "schema": { + "type": "integer", + "format": "int32" + } + } + ], "requestBody": { "content": { "application/json-patch+json": { -- Gitblit v1.9.3