addstorevendormap修改

This commit is contained in:
苏尹岚
2019-12-10 17:19:08 +08:00
parent 4412af185c
commit 04ab485bd7

View File

@@ -176,7 +176,7 @@ func (c *StoreController) UpdateStoreVendorMap() {
// @Description 新增门店映射信息
// @Param token header string true "认证token"
// @Param storeID formData int true "门店IDpayload中的相应字段会被忽略"
// @Param vendorID formData int true "厂商IDpayload中的相应字段会被忽略"
// @Param vendorID formData int false "厂商IDpayload中的相应字段会被忽略"
// @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