- 重构GetCityCoordinateList

This commit is contained in:
gazebo
2019-06-25 15:47:50 +08:00
parent 8f7c6f13ea
commit 73e9355903
4 changed files with 49 additions and 43 deletions

View File

@@ -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 "区域半径,单位为米,缺省8000米"
// @Param radius formData int false "区域半径(市或街道的半径会自动增加或缩小),单位为米,缺省5000米"
// @Param gridWith formData int false "网格大小单位为米缺省为3000米"
// @Success 200 {object} controllers.CallResult
// @Failure 200 {object} controllers.CallResult