From 04ab485bd7c835ef813b5fd43da0d4661f9baa98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Tue, 10 Dec 2019 17:19:08 +0800 Subject: [PATCH] =?UTF-8?q?addstorevendormap=E4=BF=AE=E6=94=B9?= 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 01a583c86..5ceb739f4 100644 --- a/controllers/cms_store.go +++ b/controllers/cms_store.go @@ -176,7 +176,7 @@ func (c *StoreController) UpdateStoreVendorMap() { // @Description 新增门店映射信息 // @Param token header string true "认证token" // @Param storeID formData int true "门店ID,payload中的相应字段会被忽略" -// @Param vendorID formData int true "厂商ID,payload中的相应字段会被忽略" +// @Param vendorID formData int false "厂商ID,payload中的相应字段会被忽略" // @Param vendorOrgCode formData string false "厂商内组织代码" // @Param payload formData string true "json数据,storeMap对象({'vendorStoreID':'11732425','autoPickup':1,'deliveryCompetition':1, 'pricePercentage':100})" // @Success 200 {object} controllers.CallResult