From 629a34f4d76b2ac10e9b638f23343fb26967a14e Mon Sep 17 00:00:00 2001 From: gazebo Date: Thu, 25 Jul 2019 18:16:20 +0800 Subject: [PATCH] =?UTF-8?q?-=20GetStoreCourierMaps=E7=9A=84=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E5=85=A8=E9=83=A8=E6=94=B9=E6=88=90formData?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- controllers/cms_store.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/controllers/cms_store.go b/controllers/cms_store.go index 433b3a637..9dcae6060 100644 --- a/controllers/cms_store.go +++ b/controllers/cms_store.go @@ -285,8 +285,8 @@ func (c *StoreController) GetStoreCourierMaps() { // @Title 修改门店快递映射信息 // @Description 修改门店快递映射信息 // @Param token header string true "认证token" -// @Param storeID query int true "门店ID,payload中的相应字段会被忽略" -// @Param vendorID query int true "快递厂商ID,payload中的相应字段会被忽略" +// @Param storeID formData int true "门店ID,payload中的相应字段会被忽略" +// @Param vendorID formData int true "快递厂商ID,payload中的相应字段会被忽略" // @Param payload formData string true "json数据,StoreCourierMap对象(当前只有status, vendorStoreId两项)" // @Success 200 {object} controllers.CallResult // @Failure 200 {object} controllers.CallResult