dcs 1 年之前
父節點
當前提交
c4c7e143fe
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      virgo.api/src/main/java/com/bosshand/virgo/api/controller/TagController.java

+ 1 - 1
virgo.api/src/main/java/com/bosshand/virgo/api/controller/TagController.java

@@ -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));