Selaa lähdekoodia

Merge branch 'dev20180611'

guozhaoshun 6 vuotta sitten
vanhempi
commit
bdc6143ab5

+ 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);
 }