dcs 1 năm trước cách đây
mục cha
commit
c4c7e143fe

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