瀏覽代碼

Merge branch 'dev20180611'

guozhaoshun 6 年之前
父節點
當前提交
bdc6143ab5
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      rankin-cms-web/src/main/java/cn/rankin/cmsweb/service/product/TagService.java

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