From 0d7d3161b97a88b88cc788e12e8ca9ad6eb67160 Mon Sep 17 00:00:00 2001 From: gazebo Date: Tue, 25 Jun 2019 16:07:36 +0800 Subject: [PATCH] =?UTF-8?q?-=20=E6=8B=89=E5=8F=96=E5=B9=B3=E5=8F=B0?= =?UTF-8?q?=E9=97=A8=E5=BA=97=E6=95=B0=E6=8D=AE=EF=BC=8C=E7=BC=BA=E7=9C=81?= =?UTF-8?q?8KM=E5=8D=8A=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- business/netspider/netspider.go | 2 +- controllers/net_spider.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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