|
@@ -29,7 +29,7 @@ public class TagController {
|
|
|
return Response.ok();
|
|
|
}
|
|
|
|
|
|
- @ApiOperation("根据type获取")
|
|
|
+ @ApiOperation("根据type获取,type 1:项目,2:单位工程,3:房源")
|
|
|
@RequestMapping(value = "/{type}", method = RequestMethod.POST)
|
|
|
public Response getList(@PathVariable int type) {
|
|
|
return Response.ok(tagService.getType(type));
|