|
@@ -29,7 +29,7 @@ public class TagController {
|
|
|
return tagService.findPageByTagId(tagId, merchantId, pageNo, pageSize);
|
|
|
}
|
|
|
|
|
|
- @RequestMapping(value = "/tagGroup/{code}", method = RequestMethod.GET)
|
|
|
+ @RequestMapping(value = "/tagType/{code}", method = RequestMethod.GET)
|
|
|
public APIResult<TagGroupVo> getTagType(@NeedUser DeviceUserVo user, @PathVariable("code") String code) {
|
|
|
String merchantId = user.getMerchantId();
|
|
|
return tagService.findTagGroupByCode(code, merchantId);
|