- GetStores添加参数:startStoreID, coordinateType。返回值添加provinceName省名
This commit is contained in:
@@ -18,6 +18,8 @@ type StoreController struct {
|
||||
// @Param token header string true "认证token"
|
||||
// @Param keyword query string false "查询关键字(可以为空,为空表示不限制)"
|
||||
// @Param storeID query int false "门店ID"
|
||||
// @Param startStoreID query int false "起始门店ID"
|
||||
// @Param coordinateType query int false "返回坐标类型,0:火星坐标,1:百度,缺省0"
|
||||
// @Param storeIDs query string false "门店ID列表"
|
||||
// @Param name query string false "门店名称(不要求完全一致)"
|
||||
// @Param placeID query int false "所属地点ID"
|
||||
|
||||
Reference in New Issue
Block a user