From 9eb13929c8574e2b994db1e06f600d44f14af4a1 Mon Sep 17 00:00:00 2001 From: lisy <linlangsur163@163.com> Date: 星期三, 19 七月 2023 17:38:23 +0800 Subject: [PATCH] 使用明细:充值明细的场地预约记录查询 --- cloud-server-other/src/main/java/com/dsh/other/controller/StoreController.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cloud-server-other/src/main/java/com/dsh/other/controller/StoreController.java b/cloud-server-other/src/main/java/com/dsh/other/controller/StoreController.java index 90cf2e4..5f79410 100644 --- a/cloud-server-other/src/main/java/com/dsh/other/controller/StoreController.java +++ b/cloud-server-other/src/main/java/com/dsh/other/controller/StoreController.java @@ -148,7 +148,7 @@ @ResponseBody @PostMapping("/base/store/queryStoreLists") - @ApiOperation(value = "获取门店列表", tags = {"APP-加入玩湃", "APP-课程列表"}) + @ApiOperation(value = "获取门店列表", tags = {"APP-加入玩湃", "APP-课程列表", "用户—预约场地"}) @ApiImplicitParams({ @ApiImplicitParam(value = "经纬", name = "lon", dataType = "string", required = false), @ApiImplicitParam(value = "纬度", name = "lat", dataType = "string", required = false), @@ -244,7 +244,7 @@ @ResponseBody @PostMapping("/base/store/queryAllCity") - @ApiOperation(value = "获取所有开通城市", tags = {"APP-赛事活动列表"}) + @ApiOperation(value = "获取所有开通城市", tags = {"APP-赛事活动列表", "用户—预约场地"}) @ApiImplicitParams({ }) public ResultUtil<List<ProvinceAndCityVo>> queryAllCity(){ -- Gitblit v1.7.1