不需要token的API添加可选参数token(以便转入时能输出token信息)

This commit is contained in:
gazebo
2019-11-28 10:32:54 +08:00
parent 412fe44d32
commit 4ca1f56cb6
5 changed files with 7 additions and 0 deletions

View File

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