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