|
@@ -20,7 +20,7 @@ public interface TagClient {
|
|
|
@RequestMapping(value = "/app/tagGroup/code/{code}", method = RequestMethod.GET)
|
|
|
APIResult<TagGroup> findTagGroupByCode(@PathVariable("code") String code, @RequestParam("merchantId") String merchantId);
|
|
|
|
|
|
- @RequestMapping(value = "/app/tagType/code/{code}", method = RequestMethod.GET)
|
|
|
+ @RequestMapping(value = "/tagType/code/{code}", method = RequestMethod.GET)
|
|
|
APIResult<List<TagVo>> findTagTypeByCode(@PathVariable("code") String code, @RequestParam("merchantId") String merchantId);
|
|
|
|
|
|
@RequestMapping(value = "/app/tag/item/{tagId}", method = RequestMethod.GET)
|