Commit 82513489 authored by hezhen's avatar hezhen

123

parent 199a76fc
...@@ -58,6 +58,6 @@ public interface CampsiteFeign { ...@@ -58,6 +58,6 @@ public interface CampsiteFeign {
@ApiOperation("首页营地列表") @ApiOperation("首页营地列表")
@GetMapping(value = "campsiteShop/app/unauth/info") @GetMapping(value = "app/unauth/info")
ObjectRestResponse<CampsiteShop> info(@RequestParam(value = "id", defaultValue = "0") Integer id); ObjectRestResponse<CampsiteShop> info(@RequestParam(value = "id", defaultValue = "0") Integer id);
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment