From 42d665b58dd50ddd1e91fe8198a00e391fdf8202 Mon Sep 17 00:00:00 2001
From: liujiandao <274878379@qq.com>
Date: 星期五, 12 一月 2024 15:00:59 +0800
Subject: [PATCH] 仓库查询修改

---
 request/warehouse.go |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/request/warehouse.go b/request/warehouse.go
index c509583..74082ff 100644
--- a/request/warehouse.go
+++ b/request/warehouse.go
@@ -2,7 +2,7 @@
 
 type GetWarehouseList struct {
 	PageInfo
-	Keyword string `json:"keyword"`
+	Keyword string `json:"keyword" form:"keyword"`
 }
 
 type AddWarehouse struct {

--
Gitblit v1.8.0