This commit is contained in:
邹宗楠
2024-10-10 14:51:50 +08:00
parent f2f5f2be40
commit a3451297ad
3 changed files with 6 additions and 6 deletions

View File

@@ -644,7 +644,7 @@ func (c *StoreController) GetStoreListByLocation() {
// @Param lng query float64 true "经度"
// @Param lat query float64 true "纬度"
// @Param needWalkDistance query bool false "是否需要返回步行距离(且以步行距离排序)"
// @Param brandID query int true "品牌ID"
// @Param brandID query int false "品牌ID"
// @Success 200 {object} controllers.CallResult
// @Failure 200 {object} controllers.CallResult
// @router /GetHomePageByLocation [get]