This commit is contained in:
苏尹岚
2020-09-03 17:27:41 +08:00
parent ddabf4c763
commit ee2b801945

View File

@@ -812,7 +812,7 @@ func (c *StoreController) GetNearSupplyGoodsStoreByStoreID() {
// @Title 获取京东门店手动划的配送范围面积
// @Description 获取京东门店手动划的配送范围面积
// @Param token header string true "认证token"
// @Param storeIDs query int true "门店IDs"
// @Param storeIDs query string true "门店IDs"
// @Success 200 {object} controllers.CallResult
// @Failure 200 {object} controllers.CallResult
// @router /GetJdDeliveryArea [get]