|
@@ -49,10 +49,10 @@ public class TagTypeController {
|
|
|
}
|
|
|
|
|
|
|
|
|
-/* @RequestMapping(value = "/{id}", method = RequestMethod.GET)
|
|
|
+ @RequestMapping(value = "/{id}", method = RequestMethod.GET)
|
|
|
public APIResult<TagTypeVo> getTagType(@PathVariable("id") String id) {
|
|
|
return tagTypeServiceInterface.getTagType(id);
|
|
|
- }*/
|
|
|
+ }
|
|
|
|
|
|
/* @RequestMapping(value = "/code/{typeCode}", method = RequestMethod.GET)
|
|
|
public APIResult<List<TagVo>> getTagTypeByCode(@PathVariable("typeCode") String typeCode) {
|