diff --git a/business/netspider/netspider.go b/business/netspider/netspider.go index 9b29b540f..2e5cbc87b 100644 --- a/business/netspider/netspider.go +++ b/business/netspider/netspider.go @@ -13,7 +13,7 @@ import ( ) const ( - DefRadius = 5000 + DefRadius = 8000 DefGridWith = 3000 ) diff --git a/controllers/net_spider.go b/controllers/net_spider.go index a8378fa31..afe8842ef 100644 --- a/controllers/net_spider.go +++ b/controllers/net_spider.go @@ -16,7 +16,7 @@ type NetSpiderController struct { // @Param token header string true "认证token" // @Param vendorIDs formData string false "厂商ID列表" // @Param cityCodes formData string false "城市列表,缺省为后台启用了的城市" -// @Param radius formData int false "区域半径(市或街道的半径会自动增加或缩小),单位为米,缺省5000米" +// @Param radius formData int false "区域半径(市或街道的半径会自动增加或缩小),单位为米,缺省8000米" // @Param gridWith formData int false "网格大小,单位为米,缺省为3000米" // @Success 200 {object} controllers.CallResult // @Failure 200 {object} controllers.CallResult