From f1fac6447debc8136f931b85a946de7d5b205481 Mon Sep 17 00:00:00 2001 From: liujiandao <274878379@qq.com> Date: 星期五, 03 十一月 2023 16:56:24 +0800 Subject: [PATCH] swagger修改 --- controllers/location.go | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/controllers/location.go b/controllers/location.go index 0860808..ff2d5c4 100644 --- a/controllers/location.go +++ b/controllers/location.go @@ -54,7 +54,7 @@ // @Tags 浣嶇疆 // @Summary 鑾峰彇浣嶇疆鍒楄〃 // @Produce application/json -// @Param object body request.GetProductList true "鏌ヨ鍙傛暟" +// @Param object body request.GetLocationList true "鏌ヨ鍙傛暟" // @Success 200 {object} util.ResponseList{data=[]models.Location} "鎴愬姛" // @Router /api-wms/v1/location/getLocationList [post] func (slf LocationController) GetLocationList(c *gin.Context) { -- Gitblit v1.8.0