- wrong use and implementation of GetMultiStoreHandler

This commit is contained in:
gazebo
2018-10-23 21:39:02 +08:00
parent 6abc2d694e
commit 853fd7c846
3 changed files with 8 additions and 8 deletions

View File

@@ -120,8 +120,8 @@ func (c *StoreController) GetStoreVendorMaps() {
// @Title 修改门店映射信息
// @Description 修改门店映射信息
// @Param token header string true "认证token"
// @Param storeID query int true "门店IDpayload中的相应字段会被忽略"
// @Param vendorID query int true "厂商IDpayload中的相应字段会被忽略"
// @Param storeID query int true "门店ID"
// @Param vendorID query int true "厂商ID"
// @Param payload formData string true "json数据storeMap对象"
// @Success 200 {object} controllers.CallResult
// @Failure 200 {object} controllers.CallResult