- wrong use and implementation of GetMultiStoreHandler
This commit is contained in:
@@ -120,8 +120,8 @@ func (c *StoreController) GetStoreVendorMaps() {
|
||||
// @Title 修改门店映射信息
|
||||
// @Description 修改门店映射信息
|
||||
// @Param token header string true "认证token"
|
||||
// @Param storeID query int true "门店ID,payload中的相应字段会被忽略"
|
||||
// @Param vendorID query int true "厂商ID,payload中的相应字段会被忽略"
|
||||
// @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
|
||||
|
||||
Reference in New Issue
Block a user