一些API不需要token

This commit is contained in:
gazebo
2019-11-07 16:48:09 +08:00
parent 5d6e531058
commit 3c7bb05649
5 changed files with 0 additions and 7 deletions

View File

@@ -533,7 +533,6 @@ func (c *StoreController) SyncStoresCourierInfo() {
// @Title 根据位置得到推荐门店列表
// @Description 根据位置得到推荐门店列表
// @Param token header string true "认证token"
// @Param lng query float64 true "经度"
// @Param lat query float64 true "纬度"
// @Param needWalkDistance query bool false "是否需要返回步行距离(且以步行距离排序)"