guozhaoshun před 6 roky
rodič
revize
8f0864f55f

+ 1 - 1
rankin-cms-web/src/main/java/cn/rankin/cmsweb/service/product/TagService.java

@@ -27,6 +27,6 @@ public interface TagService {
     @RequestMapping(value = "/tag/{id}", method = RequestMethod.GET)
     APIResult<TagVo> getTag(@PathVariable("id") String id);
 
-    @RequestMapping(value = "/v2/tag/{id}", method = RequestMethod.GET)
+    @RequestMapping(value = "/tag/v2/{id}", method = RequestMethod.GET)
     TagVo getTagInfo(@PathVariable("id") String id);
 }