From ee2b8019450b582e388d84b3794f302c54fe10e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Thu, 3 Sep 2020 17:27:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=98=BF=E5=98=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- controllers/cms_store.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/cms_store.go b/controllers/cms_store.go index 58d4a15ef..c15db3963 100644 --- a/controllers/cms_store.go +++ b/controllers/cms_store.go @@ -812,7 +812,7 @@ func (c *StoreController) GetNearSupplyGoodsStoreByStoreID() { // @Title 获取京东门店手动划的配送范围面积 // @Description 获取京东门店手动划的配送范围面积 // @Param token header string true "认证token" -// @Param storeIDs query int true "门店IDs" +// @Param storeIDs query string true "门店IDs" // @Success 200 {object} controllers.CallResult // @Failure 200 {object} controllers.CallResult // @router /GetJdDeliveryArea [get]