- 拉取平台门店数据,缺省8KM半径
This commit is contained in:
@@ -13,7 +13,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
DefRadius = 5000
|
DefRadius = 8000
|
||||||
DefGridWith = 3000
|
DefGridWith = 3000
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ type NetSpiderController struct {
|
|||||||
// @Param token header string true "认证token"
|
// @Param token header string true "认证token"
|
||||||
// @Param vendorIDs formData string false "厂商ID列表"
|
// @Param vendorIDs formData string false "厂商ID列表"
|
||||||
// @Param cityCodes formData string false "城市列表,缺省为后台启用了的城市"
|
// @Param cityCodes formData string false "城市列表,缺省为后台启用了的城市"
|
||||||
// @Param radius formData int false "区域半径(市或街道的半径会自动增加或缩小),单位为米,缺省5000米"
|
// @Param radius formData int false "区域半径(市或街道的半径会自动增加或缩小),单位为米,缺省8000米"
|
||||||
// @Param gridWith formData int false "网格大小,单位为米,缺省为3000米"
|
// @Param gridWith formData int false "网格大小,单位为米,缺省为3000米"
|
||||||
// @Success 200 {object} controllers.CallResult
|
// @Success 200 {object} controllers.CallResult
|
||||||
// @Failure 200 {object} controllers.CallResult
|
// @Failure 200 {object} controllers.CallResult
|
||||||
|
|||||||
Reference in New Issue
Block a user