From 2b94256c58f7e919a720800e213f8c5fd9b6c75f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E5=AE=97=E6=A5=A0?= Date: Tue, 24 Dec 2024 17:52:03 +0800 Subject: [PATCH] 1 --- controllers/enterprise_session.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/enterprise_session.go b/controllers/enterprise_session.go index 054cc0cfa..1754ae095 100644 --- a/controllers/enterprise_session.go +++ b/controllers/enterprise_session.go @@ -45,7 +45,7 @@ func (c *SessionController) GetEnterpriseToken() { // @Title 校验平台商品和京西系统商品的差异 // @Description 校验平台商品和京西系统商品的差异 // @Param token header string true "认证token" -// @Param storeId formData int false "门店ID列表" +// @Param storeId formData int true "门店ID列表" // @Param vendorIDs formData string true "厂商ID列表" // @Success 200 {object} controllers.CallResult // @Failure 200 {object} controllers.CallResult