- GetStores添加参数:startStoreID, coordinateType。返回值添加provinceName省名

This commit is contained in:
gazebo
2019-08-21 18:21:07 +08:00
parent 2769f18ab4
commit 2be1c7b71d
2 changed files with 18 additions and 2 deletions

View File

@@ -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"