guozhaoshun 6 years ago
parent
commit
2f51c018ab

+ 1 - 1
rankin-api-web/src/main/java/cn/rankin/apiweb/service/tag/TagClient.java

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