From 16e06252079d36be7686a3d006c8b73565973c68 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期一, 18 十二月 2023 21:04:08 +0800
Subject: [PATCH] 全文搜索支持时间查询
---
docs/swagger.json | 11 +++++++----
1 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/docs/swagger.json b/docs/swagger.json
index 3f31871..9d13c83 100644
--- a/docs/swagger.json
+++ b/docs/swagger.json
@@ -1138,8 +1138,8 @@
}
}
},
- "/api-wms/v1/operation/getOperationInfo/{number}": {
- "post": {
+ "/api-wms/v1/operation/getOperationInfo/{id}": {
+ "get": {
"produces": [
"application/json"
],
@@ -1150,8 +1150,8 @@
"parameters": [
{
"type": "string",
- "description": "鍗曞彿",
- "name": "number",
+ "description": "id",
+ "name": "id",
"in": "path",
"required": true
}
@@ -4644,6 +4644,9 @@
"description": "鍗曞彿",
"type": "string"
},
+ "operationId": {
+ "type": "integer"
+ },
"productId": {
"type": "string"
},
--
Gitblit v1.8.0